| Age | Commit message (Expand) | Author |
| 2006-02-18 | Implemented get_indexes() for Postgres backend, which means 'inspectdb' can i... | Adrian Holovaty |
| 2006-02-18 | Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke... | Adrian Holovaty |
| 2006-02-18 | Added better docstring to get_indexes() for MySQL backend | Adrian Holovaty |
| 2006-02-18 | Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a... | Adrian Holovaty |
| 2006-02-18 | Removed unnecessary line in d.c.meta.fields, due to [2342] | Adrian Holovaty |
| 2006-02-18 | Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its... | Adrian Holovaty |
| 2006-02-18 | Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func... | Adrian Holovaty |
| 2006-02-18 | Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis... | Adrian Holovaty |
| 2006-02-18 | Fixed #1229 -- Added allow_empty argument to archive_year and archive_month d... | Adrian Holovaty |
| 2006-02-18 | Added usage to unit-test OptionParser | Adrian Holovaty |
| 2006-02-18 | Linked kusports.com in docs/outputting_pdf.txt | Adrian Holovaty |
| 2006-02-18 | Fixed ReST error in [2332] | Adrian Holovaty |
| 2006-02-18 | Rolled tips and doc improvements from Web-page comments into docs/outputting_... | Adrian Holovaty |
| 2006-02-18 | Made two small clarifications to docs/cache.txt. Thanks, Paul B. | Adrian Holovaty |
| 2006-02-17 | Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1250 -- Fixed NameError when trying to delete without related object p... | Adrian Holovaty |
| 2006-02-17 | Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-02-17 | Fixed #1302 -- Added next_month and previous_month to template context in arc... | Adrian Holovaty |
| 2006-02-17 | Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran Holland | Adrian Holovaty |
| 2006-02-17 | Fixed #1357 and #614 -- <select> formfields now escape values | Adrian Holovaty |
| 2006-02-17 | Fixed #1295 -- Fixed typo in generic views docs. Thanks, Matt | Adrian Holovaty |
| 2006-02-17 | Fixed #1365 -- Improved docs/templates.txt to note location of admin document... | Adrian Holovaty |
| 2006-02-16 | Fixed typo in [2311] | Adrian Holovaty |
| 2006-02-16 | Beefed up 'If you get a segmentation fault' section in docs/modpython.txt | Adrian Holovaty |
| 2006-02-16 | Added 'If you get a segmentation fault' to docs/modpython.txt | Adrian Holovaty |
| 2006-02-13 | Added better docs for 'phone2numeric' template filter | Adrian Holovaty |
| 2006-02-10 | Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric Walstad | Adrian Holovaty |
| 2006-02-10 | Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N... | Adrian Holovaty |
| 2006-02-10 | Improved url_re in django.core.validators to accept https. Thanks, Eric Hsu | Adrian Holovaty |
| 2006-02-10 | Fixed ReST error in [2297] | Adrian Holovaty |
| 2006-02-10 | Added 'How to log a user in' section to docs/authetication.txt | Adrian Holovaty |
| 2006-02-09 | Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s... | Adrian Holovaty |
| 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 |