| Age | Commit message (Expand) | Author |
| 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 positioning of ordering widget with liquid page widths. | Wilson Miner |
| 2006-02-02 | Removed use of deprecated template_loader from [2230] | Adrian Holovaty |
| 2006-02-02 | fixed #1317 - updated 'sk' translation | Georg Bauer |
| 2006-02-02 | fixed #1287 - comment forms are now translateable and overrideable | Georg Bauer |
| 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 | All admin pages except the dashboard now use liquid page widths, except in IE5. | Wilson Miner |
| 2006-01-30 | Made small improvement to function_get_date_list | Adrian Holovaty |
| 2006-01-27 | fixed #1269: new and updated 'pt_BR' translations | Georg Bauer |
| 2006-01-27 | Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom Tobin | 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-27 | Fixed #1244 -- Renamed templateize to templatize in django.utils.translation. | Adrian Holovaty |
| 2006-01-27 | Fixed #1274 -- Fixed broken link in navigation in admin password-change templ... | Adrian Holovaty |
| 2006-01-23 | Removed example.com from default admin templates. One less thing to change in... | Wilson Miner |
| 2006-01-19 | Removed commented-out decorator syntax in admin template tags. It was looking... | Adrian Holovaty |
| 2006-01-19 | Made small simplification to admin_modify template tag logic | Adrian Holovaty |
| 2006-01-19 | Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows... | Adrian Holovaty |
| 2006-01-19 | Changed unique-messages.py, compile-messages.py and make-messages.py to use '... | 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-16 | Fixed #1234 -- Fixed admin problem with login status getting out of sync with... | Adrian Holovaty |
| 2006-01-16 | Added missing 'staff_member_required' decorator to change_stage() admin view | Adrian Holovaty |
| 2006-01-15 | fixed #1228 - updated 'sr' translation | Georg Bauer |
| 2006-01-15 | fixed #1226 - updated 'sk' translation | Georg Bauer |
| 2006-01-15 | Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S... | Adrian Holovaty |
| 2006-01-15 | Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode... | Adrian Holovaty |
| 2006-01-15 | Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E... | Adrian Holovaty |
| 2006-01-15 | Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a... | Adrian Holovaty |
| 2006-01-15 | Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa... | Adrian Holovaty |
| 2006-01-15 | Fixed #1196 -- Admin deletion step no longer assumes related objects have pri... | 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 #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ... | 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-15 | Fixed #1200 -- Admin no longer assumes white default background color. Thanks... | Adrian Holovaty |
| 2006-01-13 | fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th... | Georg Bauer |
| 2006-01-13 | fixes #1183 - updated 'ja' translation | Georg Bauer |
| 2006-01-13 | fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE... | Georg Bauer |
| 2006-01-12 | updated translation strings and added dutch to LANGUAGES | Georg Bauer |
| 2006-01-12 | Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde... | Adrian Holovaty |
| 2006-01-12 | Added a link to admin docs in the userlinks block in admin templates. | Wilson Miner |
| 2006-01-12 | Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene | Adrian Holovaty |
| 2006-01-11 | Removed a troublesome line of javascript that caused the many-to-many interfa... | Jacob Kaplan-Moss |
| 2006-01-11 | Added 'shell' option to django-admin.py and manage.py | Adrian Holovaty |