3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextField More... about 20 years ago
Fixed ReST bug in [678] More... about 20 years ago
Changed overview and tutorial docs to use render_to_response and get_object_or_404, to cut down on code More... about 20 years ago
Made a small improvement to django.views.core.flatfiles so that it only uses select_template if a custom template is available, so as not to hit the filesystem. More... about 20 years ago
Changed django.views.core.flatfiles to use get_object_or_404 More... about 20 years ago
Changed django.views.admin.template to use render_to_response, to cut on code More... about 20 years ago
Changed django.views.admin.main to use get_object_or_404 and render_to_response, to cut on code More... about 20 years ago
Added django.core.extensions get_object_or_404 and get_list_or_404 More... about 20 years ago
Fixed #543 -- Fixed broken mod_python support due to an import in the wrong place More... about 20 years ago
Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo and Simon More... about 20 years ago
Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; charset=utf-8' by default More... about 20 years ago
Added request.session.delete_test_cookie() More... about 20 years ago
Fixed #236 -- Added HttpResponse.delete_cookie() method. More... about 20 years ago
Removed a legacy 'TODO' from django.middleware.sessions More... about 20 years ago
Fixed #539 -- Added support for strides to 'slice' template filter, and made the code more efficient. Thanks, Esaj More... about 20 years ago
Converted load_and_render() calls to render_to_response() because of [664]. More... about 20 years ago
Added django.core.template_loader.render_to_string and django.core.extensions.render_to_response. django.core.extensions.load_and_render is deprecated in favor of render_to_response. More... about 20 years ago
Added django.core.validators.isValidHTML More... about 20 years ago
Fixed #538 -- Added zip_safe=False to setup.py. Thanks, [email protected] More... about 20 years ago
Converted django.contrib.comments.views.* to use load_and_render More... about 20 years ago
Converted django.views.admin.doc to use load_and_render More... about 20 years ago
Converted django.views.auth.login to use load_and_render More... about 20 years ago
Converted django.views.registration.passwords to use load_and_render -- it's less code More... about 20 years ago
Fixed #533 -- Fixed bug when using custom context_instance in load_and_render(). Thanks, Brantley More... about 20 years ago
Changed django.core.extensions.load_and_render to take context_instance instead of context_class keyword arg, so DjangoContext can be used More... about 20 years ago
Added django.core.extensions.load_and_render, which factors out the boilerplate of loading a template, rendering a context and returning an HttpResponse More... about 20 years ago
Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary keys are integers and are not called 'id'. Thanks for the bug report, nesh More... about 20 years ago
Added ManyToManyField filter doesn't display question to FAQ More... about 20 years ago
Added 'Why did you write all of Django from scratch' FAQ question More... about 20 years ago
Changed my bio to reflect my job change More... about 20 years ago