| Age | Commit message (Expand) | Author |
| 2006-02-09 | Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s... | Adrian Holovaty |
| 2006-02-04 | Improved 'inspectdb' handling of Python keywords from [2271] to use the 'keyw... | Adrian Holovaty |
| 2006-02-04 | Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field ... | Adrian Holovaty |
| 2006-02-03 | Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek. | Adrian Holovaty |
| 2006-02-02 | Fixed #1292 -- Fixed potential circular-import problem in template loader. Th... | Adrian Holovaty |
| 2006-02-02 | Fixed #1311 -- manage.py sqlclear no longer assumes database connection is av... | Adrian Holovaty |
| 2006-01-30 | Made small improvement to function_get_date_list | Adrian Holovaty |
| 2006-01-27 | Fixed #1070 -- Improved date validation to limit it to dates 1900 and up. | Adrian Holovaty |
| 2006-01-27 | Fixed #1271 -- Added a 'request' template context processor, which is not act... | Adrian Holovaty |
| 2006-01-16 | Fixed bug in spaceless template-tag documentation. Thanks, Esaj | Adrian Holovaty |
| 2006-01-16 | Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera... | Adrian Holovaty |
| 2006-01-15 | Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a... | Adrian Holovaty |
| 2006-01-15 | Fixed #1062 -- Fixed database typecasting bug for DateTimeFields in SQLite. T... | Adrian Holovaty |
| 2006-01-15 | Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1218 -- Improved model validator to complain for non True/False values... | Adrian Holovaty |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-12 | Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde... | Adrian Holovaty |
| 2006-01-12 | Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene | Adrian Holovaty |
| 2006-01-11 | Added 'shell' option to django-admin.py and manage.py | Adrian Holovaty |
| 2006-01-09 | Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872] | Adrian Holovaty |
| 2006-01-09 | Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scum | Adrian Holovaty |
| 2006-01-09 | Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4.... | Adrian Holovaty |
| 2006-01-09 | Fixed #1034 -- Changed get_last_insert_id to quote database table name. Thank... | Adrian Holovaty |
| 2006-01-09 | Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ... | Adrian Holovaty |
| 2006-01-08 | Fixed #1187 -- Added field name to error message for missing PIL. Thanks, aka... | Adrian Holovaty |
| 2006-01-06 | Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te... | Adrian Holovaty |
| 2006-01-03 | Added 'dummy' cache backend | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-29 | Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o... | Adrian Holovaty |
| 2005-12-29 | Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he... | Adrian Holovaty |
| 2005-12-24 | Added missing context_processors module from [1773] | Adrian Holovaty |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-12-20 | Fixed #1093 -- Fixed error in inspectdb from [1688] | Adrian Holovaty |
| 2005-12-19 | Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_'... | Adrian Holovaty |
| 2005-12-17 | Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric Moritz | Adrian Holovaty |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | Adrian Holovaty |
| 2005-12-16 | Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the... | Adrian Holovaty |
| 2005-12-16 | Fixed #1039 -- Changed file-based cache to cache EOFErrors during pickle. Tha... | Adrian Holovaty |
| 2005-12-15 | fixes #1066 - yesno used the wrong way to do translations | Georg Bauer |
| 2005-12-14 | added a missed translation to the admin (the error message when you try to ad... | Georg Bauer |
| 2005-12-10 | Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi... | Adrian Holovaty |
| 2005-12-09 | Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes column name in 'CHECK'... | Adrian Holovaty |
| 2005-12-09 | Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRC | Adrian Holovaty |
| 2005-12-09 | Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than... | Adrian Holovaty |
| 2005-12-09 | Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i... | Adrian Holovaty |
| 2005-12-09 | Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only ... | Adrian Holovaty |
| 2005-12-09 | Fixed inconsistent spacing in core/meta/fields.py | Adrian Holovaty |
| 2005-12-09 | Fixed #927 -- Non-integer primary keys save() method now works | Adrian Holovaty |
| 2005-12-07 | Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani | Adrian Holovaty |