| Age | Commit message (Expand) | Author |
| 2006-02-06 | fixed #1333 - updated 'ja' translations | Georg Bauer |
| 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 | Made small clarification to docs/faq.txt | Adrian Holovaty |
| 2006-02-03 | Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek. | Adrian Holovaty |
| 2006-02-02 | Fixed #1318 -- Made changes to docs/admin_css.txt | 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 | Clarified wording in docs/faq.txt. Thanks, Mike Coleman | Adrian Holovaty |
| 2006-02-02 | Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com | 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-31 | Added 'Does Django support multiple-column primary keys?' to FAQ | Adrian Holovaty |
| 2006-01-30 | All admin pages except the dashboard now use liquid page widths, except in IE5. | Wilson Miner |
| 2006-01-30 | Added 'When will you release Django 1.0?' to FAQ | Adrian Holovaty |
| 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-24 | Added 'My admin-site CSS and images showed up fine using the development serv... | Adrian Holovaty |
| 2006-01-24 | Fixed typo in docs/email.txt. Thanks, Archatas | Adrian Holovaty |
| 2006-01-23 | Added 'How do I automatically set a field's value to the user who last edited... | Adrian Holovaty |
| 2006-01-23 | Added 'How can I download the Django documentation to read it offline?' to do... | Adrian Holovaty |
| 2006-01-23 | Removed example.com from default admin templates. One less thing to change in... | Wilson Miner |
| 2006-01-21 | Added 'Custom libraries and template inheritance' section to docs/templates.txt | Adrian Holovaty |
| 2006-01-20 | Added link to washingtonpost.com from docs/faq.txt | Adrian Holovaty |
| 2006-01-20 | Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any pa... | Adrian Holovaty |
| 2006-01-20 | Added section to docs/db-api.txt about ordering by fields in other tables | Adrian Holovaty |
| 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 | Small style cleanups to the recent changes in docs/i18n.txt | 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-18 | Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt | Adrian Holovaty |
| 2006-01-18 | added a note on what to do when app developers want to provide translations f... | Georg Bauer |
| 2006-01-17 | Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) | Adrian Holovaty |
| 2006-01-17 | Improved doctests to normalize long integers in compared output | 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 | Added 'Comparing objects' section to docs/db-api.txt | 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 |