| Age | Commit message (Expand) | Author |
| 2006-03-28 | Clarified psycopg version in docs/install.txt | Adrian Holovaty |
| 2006-03-27 | Fixed #1546 -- Fixed bad links in docs/templates_python.txt. | Adrian Holovaty |
| 2006-03-24 | Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu... | Adrian Holovaty |
| 2006-03-24 | Fixed typo in docs/outputting_pdf.txt. Thanks, Paul | Adrian Holovaty |
| 2006-03-22 | Added note to docs/model-api.txt about custom WHERE clauses | Adrian Holovaty |
| 2006-03-22 | Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than... | Adrian Holovaty |
| 2006-03-21 | Fixed typo in docs/generic_views.txt. Thanks, pbx | Adrian Holovaty |
| 2006-03-21 | Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola a... | Adrian Holovaty |
| 2006-03-20 | fixed #1520 - added new greek translation | Georg Bauer |
| 2006-03-20 | fixed #1521 - new slovenian translation | Georg Bauer |
| 2006-03-20 | Fixed bug in [2531]. Thanks, Ned | Adrian Holovaty |
| 2006-03-19 | Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than... | Adrian Holovaty |
| 2006-03-17 | Changed django.utils.cache.patch_response_headesr to move unnecessary calcula... | Adrian Holovaty |
| 2006-03-16 | Updated 1.0 date in docs/faq.txt | Adrian Holovaty |
| 2006-03-16 | Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller | Adrian Holovaty |
| 2006-03-10 | Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amor | Adrian Holovaty |
| 2006-03-03 | Fixed #1457 -- Added support for if-modified-since header in django.views.sta... | Adrian Holovaty |
| 2006-03-02 | fixed #1446: updated traditional chinese translation | Georg Bauer |
| 2006-03-02 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol... | Adrian Holovaty |
| 2006-03-02 | Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list... | Adrian Holovaty |
| 2006-03-01 | fixed #1432: updated russian translations | Georg Bauer |
| 2006-03-01 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr... | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-03-01 | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 | Adrian Holovaty |
| 2006-03-01 | Added model unit tests for get_DATEFIELD_list(). Refs #1423 | Adrian Holovaty |
| 2006-03-01 | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous | Adrian Holovaty |
| 2006-03-01 | Fixed #1427 -- Upgraded ez_setup.py to 0.6a10 | Adrian Holovaty |
| 2006-02-28 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view... | Adrian Holovaty |
| 2006-02-27 | Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1059 -- Fixed line numbers off-by-one error in debug output | Adrian Holovaty |
| 2006-02-27 | Negligible formatting change to [2417] -- changed colon use to be consistent | Adrian Holovaty |
| 2006-02-27 | Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelzi | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #889 (Thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank... | Jacob Kaplan-Moss |
| 2006-02-27 | Fixed #1404 (thanks, Tom Tobin) | Jacob Kaplan-Moss |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-25 | Rolled back [2390] temporarily to test against some other edge cases | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-25 | Removed a datetime test in tests/defaultfilters -- it was failing because it'... | Adrian Holovaty |
| 2006-02-24 | Added note to docs/cache.txt about memcached backend requiring Python memcach... | Adrian Holovaty |
| 2006-02-24 | Refactored cache from django/core/cache.py into django/core/cache package, wi... | Adrian Holovaty |
| 2006-02-23 | Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than... | Adrian Holovaty |
| 2006-02-23 | Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet | Adrian Holovaty |
| 2006-02-22 | Added 'Which sites use Django?' to the FAQ | Adrian Holovaty |
| 2006-02-22 | Fixed #1275 and #1288 -- Change e-mail address validator regular expression t... | Adrian Holovaty |
| 2006-02-21 | fixed #1382 - new polish translation | Georg Bauer |
| 2006-02-20 | Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin | Adrian Holovaty |
| 2006-02-18 | Changed 'runserver' to display the Django version, and massaged the wording a... | Adrian Holovaty |
| 2006-02-18 | Fixed #894 -- Moved response middleware call to base.py so that exceptions in... | Adrian Holovaty |