| Age | Commit message (Expand) | Author |
| 2005-09-24 | Improved docs/templates.txt to add example for slice filter. Thanks for the s... | Adrian Holovaty |
| 2005-09-24 | Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextF... | Adrian Holovaty |
| 2005-09-23 | Fixed ReST bug in [678] | Adrian Holovaty |
| 2005-09-23 | Changed overview and tutorial docs to use render_to_response and get_object_o... | Adrian Holovaty |
| 2005-09-23 | Made a small improvement to django.views.core.flatfiles so that it only uses ... | Adrian Holovaty |
| 2005-09-23 | Changed django.views.core.flatfiles to use get_object_or_404 | Adrian Holovaty |
| 2005-09-23 | Changed django.views.admin.template to use render_to_response, to cut on code | Adrian Holovaty |
| 2005-09-23 | Changed django.views.admin.main to use get_object_or_404 and render_to_respon... | Adrian Holovaty |
| 2005-09-23 | Added django.core.extensions get_object_or_404 and get_list_or_404 | Adrian Holovaty |
| 2005-09-23 | Fixed #543 -- Fixed broken mod_python support due to an import in the wrong p... | Adrian Holovaty |
| 2005-09-23 | Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo an... | Adrian Holovaty |
| 2005-09-23 | Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; char... | Adrian Holovaty |
| 2005-09-23 | Added request.session.delete_test_cookie() | Adrian Holovaty |
| 2005-09-23 | Fixed #236 -- Added HttpResponse.delete_cookie() method. | Adrian Holovaty |
| 2005-09-23 | Removed a legacy 'TODO' from django.middleware.sessions | Adrian Holovaty |
| 2005-09-23 | Fixed #539 -- Added support for strides to 'slice' template filter, and made ... | Adrian Holovaty |
| 2005-09-22 | Converted load_and_render() calls to render_to_response() because of [664]. | Adrian Holovaty |
| 2005-09-22 | Added django.core.template_loader.render_to_string and django.core.extensions... | Adrian Holovaty |
| 2005-09-22 | Added django.core.validators.isValidHTML | Adrian Holovaty |
| 2005-09-22 | Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmail.com | Adrian Holovaty |
| 2005-09-22 | Converted django.contrib.comments.views.* to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.admin.doc to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.auth.login to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.registration.passwords to use load_and_render -- it's ... | Adrian Holovaty |
| 2005-09-21 | Fixed #533 -- Fixed bug when using custom context_instance in load_and_render... | Adrian Holovaty |
| 2005-09-21 | Changed django.core.extensions.load_and_render to take context_instance inste... | Adrian Holovaty |
| 2005-09-21 | Added django.core.extensions.load_and_render, which factors out the boilerpla... | Adrian Holovaty |
| 2005-09-20 | Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary... | Adrian Holovaty |
| 2005-09-20 | Added ManyToManyField filter doesn't display question to FAQ | Adrian Holovaty |
| 2005-09-20 | Added 'Why did you write all of Django from scratch' FAQ question | Adrian Holovaty |
| 2005-09-20 | Changed my bio to reflect my job change | Adrian Holovaty |
| 2005-09-20 | Improved model validator so that it validates admin.list_display values | Adrian Holovaty |
| 2005-09-20 | Added a few notes about list_display to docs/model-api.txt | Adrian Holovaty |
| 2005-09-20 | Added unit test to one_to_one model that confirms #527 | Adrian Holovaty |
| 2005-09-19 | Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, ... | Adrian Holovaty |
| 2005-09-19 | Fixed #506 -- runtests.py now allows models to be tested individually. Thanks... | Adrian Holovaty |
| 2005-09-17 | Companion django.core.extensions checkin to [644] | Adrian Holovaty |
| 2005-09-17 | Fixed mutable-argument bug in template.Context init. Thanks, Luke | Adrian Holovaty |
| 2005-09-15 | Fixed "unique" validator for fields with relations. | Jacob Kaplan-Moss |
| 2005-09-14 | Small change to docs/modpython.txt -- added link to Apache Web site | Adrian Holovaty |
| 2005-09-14 | Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e... | Adrian Holovaty |
| 2005-09-14 | Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you overrid... | Adrian Holovaty |
| 2005-09-13 | Fixed metasystem bug when using get_related_many_to_many() method with a cust... | Adrian Holovaty |
| 2005-09-13 | Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467 | Adrian Holovaty |
| 2005-09-13 | Removed utils.text.fix_microsoft_characters, which didn't actually do anythin... | Adrian Holovaty |
| 2005-09-13 | Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, eugene | Adrian Holovaty |
| 2005-09-11 | Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-11 | Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u... | Adrian Holovaty |
| 2005-09-11 | Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-06 | Made 'django-admin.py init' more robust | Adrian Holovaty |