| Age | Commit message (Expand) | Author |
| 2005-09-27 | Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix | Jacob Kaplan-Moss |
| 2005-09-27 | Fixed #544 -- Added xmlns and lang attributes to <html> tag in admin_template... | Adrian Holovaty |
| 2005-09-27 | Fixed #131 -- URLconfs that are 'included' now receive captured parameters fr... | Adrian Holovaty |
| 2005-09-27 | Fixed #213 -- Improved formfields.TimeField.html2python() so that it doesn't ... | Adrian Holovaty |
| 2005-09-26 | Quick bug fix to [699] - fixes #515. | Jacob Kaplan-Moss |
| 2005-09-26 | Fixed type in static view URL pattern example (refs #428) | Jacob Kaplan-Moss |
| 2005-09-26 | Added exception handlers to take care of the bugs with the file and db backends | Jacob Kaplan-Moss |
| 2005-09-26 | Subclassed models now use their own class name (or explicitly defined verbose... | Adrian Holovaty |
| 2005-09-26 | Fixed #558 -- Subclassed models now use their own class name (or explicitly d... | Adrian Holovaty |
| 2005-09-26 | Fixed #515 (again) - renamed "key" field in SQL cache to "cache_key" because | Jacob Kaplan-Moss |
| 2005-09-26 | Fixed #489 -- Changed MySQL backend to use longtext for XMLField | Adrian Holovaty |
| 2005-09-25 | Fixed #469 -- Admin changelist no longer assumes ForeignKey has 'ordering' se... | Adrian Holovaty |
| 2005-09-25 | Added a database-backed cache backend, along with a tool in django-admin to | Jacob Kaplan-Moss |
| 2005-09-25 | Fixed #468 -- Model classes now get an accessor method to get the human-reada... | Adrian Holovaty |
| 2005-09-25 | Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me... | Jacob Kaplan-Moss |
| 2005-09-25 | Improved model validator so that it checks for PIL if ImageFields are used | Adrian Holovaty |
| 2005-09-25 | Fixed #550 -- Default admin template now checks user permissions, hiding apps... | Adrian Holovaty |
| 2005-09-25 | Fixed #428 -- added a "static pages" view. Note that this view should only b... | Jacob Kaplan-Moss |
| 2005-09-25 | Fixed #556 -- ManyToManyField join tables no longer assume the primary keys o... | Adrian Holovaty |
| 2005-09-24 | Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextF... | 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 | 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 | Improved model validator so that it validates admin.list_display values | Adrian Holovaty |
| 2005-09-19 | Fixed #491 -- Non-user connections are now supported for PostgreSQL. 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 | 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 |