| Age | Commit message (Expand) | Author |
| 2006-06-01 | Fixed #697 -- Added make_object_list parameter to archive_year generic view. ... | Adrian Holovaty |
| 2006-06-01 | Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyle | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/templates/admin/field_line.html | Adrian Holovaty |
| 2006-06-01 | Negligible spacing change to admin/views/main.py | Adrian Holovaty |
| 2006-06-01 | Changed auth.Permission.__str__() to use str() of self.content_type, not repr() | Adrian Holovaty |
| 2006-06-01 | Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris | Adrian Holovaty |
| 2006-05-31 | Cleaned up numbering with model unit tests | Adrian Holovaty |
| 2006-05-31 | Small formatting changes to model unit tests to make them look better in the ... | Adrian Holovaty |
| 2006-05-31 | Added blurbs to the model unit tests that didn't have them | Adrian Holovaty |
| 2006-05-31 | Fixed #2049 -- Made isValidEmail validator wider in scope. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-05-31 | Fixed bug in admin where it would redirect infinitely if invalid lookup param... | Adrian Holovaty |
| 2006-05-31 | Fixed #2006 -- Admin now quotes strings in breadcrumbs and filters. Thanks, m... | Adrian Holovaty |
| 2006-05-31 | Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman | Adrian Holovaty |
| 2006-05-31 | Fixed #2020 -- <option> values are now escaped in SelectMultipleField | Adrian Holovaty |
| 2006-05-31 | Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module.... | Adrian Holovaty |
| 2006-05-31 | Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da... | Adrian Holovaty |
| 2006-05-31 | Fixed #2050 -- Fixed raw_id_admin display in admin. Thanks, Christopher Lenz | Adrian Holovaty |
| 2006-05-31 | Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 2006-05-31 | Added *args to get_list_or_404, too (refs #2048). | Jacob Kaplan-Moss |
| 2006-05-31 | Fixed #2048 - get_object_or_404 now allows *args as well. Thanks, Joeboy | Jacob Kaplan-Moss |
| 2006-05-31 | Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman | Adrian Holovaty |
| 2006-05-31 | Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO... | Adrian Holovaty |
| 2006-05-31 | Fixed #2023 -- 'View on site' now works with non-integer primary keys. | Adrian Holovaty |
| 2006-05-30 | Added note to default manage.py that a 'missing settings.py' message may be c... | Adrian Holovaty |
| 2006-05-30 | Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba... | Adrian Holovaty |
| 2006-05-30 | Fixed #2015 -- Fixed sqlinitialdata regexp to handle empty string insertions.... | Adrian Holovaty |
| 2006-05-29 | Fixed #1584 - auto_now_add fields now work when saving multiple times. | Luke Plant |
| 2006-05-29 | fixed #1974: updated fr translations | Georg Bauer |
| 2006-05-29 | fixed wrong encoding denotation in the greek .po file | Georg Bauer |
| 2006-05-29 | Fixed #2029 - models now sorted by verbose_name_plural in get_admin_app_list ... | Luke Plant |
| 2006-05-26 | Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and | Luke Plant |
| 2006-05-26 | Django's tests now include models from django.contrib; this will allow testin... | Jacob Kaplan-Moss |
| 2006-05-26 | Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v... | Adrian Holovaty |
| 2006-05-26 | Improved error message if DATABASE_ENGINE is invalid. | Adrian Holovaty |
| 2006-05-26 | Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ... | Adrian Holovaty |
| 2006-05-26 | Made negative indexing on QuerySet instances raise an assertion error (previo... | Luke Plant |
| 2006-05-26 | Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms ... | Adrian Holovaty |
| 2006-05-26 | Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit, in c... | Adrian Holovaty |
| 2006-05-26 | Fixed #1985 -- Got CurrentSiteManager working | Adrian Holovaty |
| 2006-05-26 | fixed 1996: updated nl translations | Georg Bauer |
| 2006-05-26 | fixed broken el_GR translation, thx Jeroen | Georg Bauer |
| 2006-05-26 | Added half of oracle backend. (The other half is all of the special-casing in... | Adrian Holovaty |
| 2006-05-26 | Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple sta... | Adrian Holovaty |
| 2006-05-26 | Fixed #1634 -- Changed django.core.mail to include 'Date' header in e-mails. ... | Adrian Holovaty |
| 2006-05-26 | Fixed #1981 -- Fixed bug in feeds.py for comments | Adrian Holovaty |
| 2006-05-26 | Added phil@produxion.net to AUTHORS. Refs #1997 | Adrian Holovaty |
| 2006-05-26 | Fixed #1997 -- Changed comments.py views to use relative URL for redirects. T... | Adrian Holovaty |
| 2006-05-26 | Fixed #1998 -- Changed double quotes to single quotes | Adrian Holovaty |
| 2006-05-25 | Made some edits to docs/templates_python.txt 'inclusion_tag' section | Adrian Holovaty |