| Age | Commit message (Expand) | Author |
| 2006-05-09 | Fixed bugs in docs/model-api.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaug | Adrian Holovaty |
| 2006-05-09 | Fixed #1757 -- Updated Dutch translation. Thanks, Rudolph | Adrian Holovaty |
| 2006-05-09 | Added padding fix to container to address reported display issues in Safari. | Wilson Miner |
| 2006-05-09 | Fixed #1804 -- Updated fr translation. Thanks, gael.dev@4now.net | Adrian Holovaty |
| 2006-05-09 | Fixed #1806 -- Updated ja translation. Thanks, mtsuyuki@gmail.com | Adrian Holovaty |
| 2006-05-09 | Fixed #1752 -- Updated cs translations. Thanks, radek | Adrian Holovaty |
| 2006-05-09 | Fixed #1477 -- Made maxlength overridablef for URLField formfield | Adrian Holovaty |
| 2006-05-09 | Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pb | Adrian Holovaty |
| 2006-05-09 | Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField... | Adrian Holovaty |
| 2006-05-09 | Fixed #1811 -- Fixed inconsistencies in docs/overview.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks... | Adrian Holovaty |
| 2006-05-09 | Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net | Adrian Holovaty |
| 2006-05-08 | Added CsrfMiddleware to contrib, and documentation. | Luke Plant |
| 2006-05-08 | Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quark... | Adrian Holovaty |
| 2006-05-08 | Made small clarification to docs/modpython.txt | Adrian Holovaty |
| 2006-05-06 | Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None... | Adrian Holovaty |
| 2006-05-06 | Removed section in docs/model-api.txt about connection.commit(), which no lon... | Adrian Holovaty |
| 2006-05-06 | Updated docs regarding QuerySet slicing and IndexError, in line with r2859 | Luke Plant |
| 2006-05-06 | Changed the admin index to sort models alphabetically. | Luke Plant |
| 2006-05-06 | Removed unused code. | Luke Plant |
| 2006-05-06 | Made QuerySet slicing return IndexError instead of DoesNotExist (and related ... | Luke Plant |
| 2006-05-06 | Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th... | Adrian Holovaty |
| 2006-05-06 | Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri... | Adrian Holovaty |
| 2006-05-06 | Fixed QuerySet __getitem__ corner case so that it throws exceptions consistently | Luke Plant |
| 2006-05-06 | Simplified example in 'Limiting QuerySets' section of docs/db-api.txt. | Adrian Holovaty |
| 2006-05-06 | Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.edu | Adrian Holovaty |
| 2006-05-06 | Small tweaks to docs/tutorial01.txt | Adrian Holovaty |
| 2006-05-06 | Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the curre... | Adrian Holovaty |
| 2006-05-06 | Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g... | Adrian Holovaty |
| 2006-05-06 | Fixed #1579 - added support for 'Q' objects in limit_choices_to. | Luke Plant |
| 2006-05-05 | Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-05-05 | Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ... | Adrian Holovaty |
| 2006-05-05 | Fixed #1378 -- Added svn:ignore for pyc files for all Django packages | Adrian Holovaty |
| 2006-05-05 | Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u... | Adrian Holovaty |
| 2006-05-05 | Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la... | Adrian Holovaty |
| 2006-05-05 | Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat... | Adrian Holovaty |
| 2006-05-05 | Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ube... | Adrian Holovaty |
| 2006-05-05 | Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth... | Adrian Holovaty |
| 2006-05-05 | Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu... | Adrian Holovaty |
| 2006-05-05 | Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha... | Adrian Holovaty |
| 2006-05-05 | Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi... | Adrian Holovaty |
| 2006-05-05 | Fixed #1731 -- Added note to docs/model-api.txt about location of model repos... | Adrian Holovaty |
| 2006-05-05 | Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks... | Adrian Holovaty |
| 2006-05-05 | Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb | Adrian Holovaty |
| 2006-05-05 | Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa... | Adrian Holovaty |
| 2006-05-05 | Added Joseph K. to AUTHORS | Adrian Holovaty |
| 2006-05-05 | Finished proofreading docs/model-api.txt | Adrian Holovaty |
| 2006-05-04 | Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.net | Adrian Holovaty |
| 2006-05-04 | Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f... | Jacob Kaplan-Moss |