| Age | Commit message (Expand) | Author |
| 2005-10-20 | Fixed #663 -- app_directories template loader no longer assumes a dot in the ... | Adrian Holovaty |
| 2005-10-20 | Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, Ian | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-18 | Added DATA_TYPES_REVERSE to ado_mssql backend | Adrian Holovaty |
| 2005-10-18 | Changed get_random_function_sql for ado_mssql backend to use RAND(), which is... | Adrian Holovaty |
| 2005-10-18 | Added get_table_list() to ado_mssql backend | Adrian Holovaty |
| 2005-10-17 | Fixed #583 -- Added app_directories template loader, which searches for templ... | Adrian Holovaty |
| 2005-10-17 | Fixed typo in filesystem template-loader error message | Adrian Holovaty |
| 2005-10-17 | Changed internal variable names in django.core.template.loaders.eggs to be co... | Adrian Holovaty |
| 2005-10-15 | Fixed #616 -- Added a process_exception() hook to middleware framework. Thank... | Adrian Holovaty |
| 2005-10-15 | Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to ... | Adrian Holovaty |
| 2005-10-15 | Fixed #628 -- Django no longer overwrites model class docstrings if they're p... | Adrian Holovaty |
| 2005-10-14 | Fixed small namespace bug in [867] | Adrian Holovaty |
| 2005-10-14 | Fixed #582 -- Added support for loading templates from Python eggs, and a TEM... | Adrian Holovaty |
| 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 |