| Age | Commit message (Expand) | Author |
| 2005-10-14 | Redid [865], which got lost in [867] | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-10-14 | Registered default_if_none filter from [859] | Jacob Kaplan-Moss |
| 2005-10-14 | Fixed #622 -- Added default_if_none filter. Thanks, Eric | Adrian Holovaty |
| 2005-10-14 | Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj | Adrian Holovaty |
| 2005-10-12 | Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st... | Adrian Holovaty |
| 2005-10-10 | Improved django.core.management.get_sql_delete to close database connection e... | Adrian Holovaty |
| 2005-10-10 | Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo | Adrian Holovaty |
| 2005-10-08 | Fixed #473 -- Added a MysqlDebugWrapper to use for MySQL with DEBUG=True. It ... | Adrian Holovaty |
| 2005-10-07 | Fixed #586 -- Fixed bug in raw_id_admin caused by [785]. Thanks for the heads... | Adrian Holovaty |
| 2005-10-06 | Fixed #595 -- Fixed error when sorting API results descending with custom 'se... | Adrian Holovaty |
| 2005-10-06 | Made raw_id_admin work with non-integer primary keys | Adrian Holovaty |
| 2005-10-06 | Changed django.core.management to remove a couple of hard-coded slashes from ... | Adrian Holovaty |
| 2005-10-06 | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty |
| 2005-10-06 | Improved model validator to check admin.list_filter and type-check admin.list... | Adrian Holovaty |
| 2005-09-30 | Fixed #447 - the RSS framework can now output pub dates | Jacob Kaplan-Moss |
| 2005-09-29 | Changed [735] so that database-agnostic SQL always gets executed, even if dat... | Adrian Holovaty |
| 2005-09-29 | Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #363 - django-admin sqlall now uses database-specific initial data file... | Jacob Kaplan-Moss |
| 2005-09-29 | Changed django.core.template_file to use absolute import for 'template' module | Adrian Holovaty |
| 2005-09-29 | Fixed #537 -- Fixed typo in [718]. Thanks, Esaj | Adrian Holovaty |
| 2005-09-29 | Fixed #537; thanks, fonso | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #546 - render_to_string and render_to_response may now take lists of te... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #501 -- Fixed block.super in multi-level templates, and added unit test... | Adrian Holovaty |
| 2005-09-28 | Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, f... | Adrian Holovaty |
| 2005-09-27 | Moved JING from django.core.validators into settings where it belongs. Fixes... | Jacob Kaplan-Moss |
| 2005-09-27 | Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix | Jacob Kaplan-Moss |
| 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 | 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 | 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 #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 | Added django.core.extensions get_object_or_404 and get_list_or_404 | Adrian Holovaty |
| 2005-09-23 | Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo an... | Adrian Holovaty |
| 2005-09-23 | Fixed #539 -- Added support for strides to 'slice' template filter, and made ... | 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-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 | Improved model validator so that it validates admin.list_display values | Adrian Holovaty |