| Age | Commit message (Expand) | Author |
| 2006-01-11 | Updated tutorial01.txt to note possible error about DATABASE_ENGINE | Adrian Holovaty |
| 2006-01-11 | Updated docs/install.txt to note 0.91 | Adrian Holovaty |
| 2006-01-11 | Fixed error in docs/templates_python.txt (thanks, Alice) | Jacob Kaplan-Moss |
| 2006-01-11 | Added 'Unit tests' section to docs/contributing.txt | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.py | Adrian Holovaty |
| 2006-01-11 | Fixed typo in docs/django-admin.txt | Adrian Holovaty |
| 2006-01-11 | Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct... | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2006-01-09 | Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng | Adrian Holovaty |
| 2006-01-08 | Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller | Adrian Holovaty |
| 2006-01-08 | Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Br... | Adrian Holovaty |
| 2006-01-08 | Made another small clarification to docs/contributing.txt | Adrian Holovaty |
| 2006-01-08 | Made docs/contributing.txt example more detailed | Adrian Holovaty |
| 2006-01-08 | Added a few more bullets to docs/contributing.txt 'Committing code' section | Adrian Holovaty |
| 2006-01-08 | Added 'Committing code' section to docs/contributing.txt and made a few cleanups | Adrian Holovaty |
| 2006-01-07 | added a clarification on the location of the locale directory with appliation... | Georg Bauer |
| 2006-01-06 | Made some small changes to the Django FAQ | Adrian Holovaty |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | Adrian Holovaty |
| 2006-01-03 | Added 'dummy' cache backend | Adrian Holovaty |
| 2006-01-02 | Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray | Adrian Holovaty |
| 2005-12-31 | Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS r... | Adrian Holovaty |
| 2005-12-29 | Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o... | Adrian Holovaty |
| 2005-12-29 | Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he... | Adrian Holovaty |
| 2005-12-29 | Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, Brant | Adrian Holovaty |
| 2005-12-28 | Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost | Adrian Holovaty |
| 2005-12-28 | Added note to docs/db-api.txt about using distinct=True with get_values() | Adrian Holovaty |
| 2005-12-27 | Added small bits to docs/email.txt | Adrian Holovaty |
| 2005-12-27 | Added docs/email.txt | Adrian Holovaty |
| 2005-12-24 | Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhham | Adrian Holovaty |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-12-22 | Fixed typo in OR syntax example in docs/db-api.txt | Adrian Holovaty |
| 2005-12-21 | Added link to 'Submitting and maintaining translations' from docs/i18n.txt | Adrian Holovaty |
| 2005-12-21 | Added clarification to 'Using branches' in docs/contributing.txt | Adrian Holovaty |
| 2005-12-21 | Added 'Submitting and maintaining translations' section to docs/contributing.txt | Adrian Holovaty |
| 2005-12-15 | Added 'Where should this code live?' section to tutorial01 | Adrian Holovaty |
| 2005-12-09 | Fixed grammar error in docs from [1584] | Adrian Holovaty |
| 2005-12-09 | Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ... | Adrian Holovaty |
| 2005-12-09 | Fixed #972 -- Improved docs for 'choices' model field option. Thanks, radek | Adrian Holovaty |
| 2005-12-04 | Lightly reworded docs/i18n.txt section on JavaScript | Adrian Holovaty |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | fixed a small bug in the positional interpol sample in i18n.txt | Georg Bauer |
| 2005-12-04 | added documentation for the query kwargs introduced by [1534] | Georg Bauer |
| 2005-12-04 | updated the i18n documentation with regard to JavaScript translations | Georg Bauer |
| 2005-12-01 | Fixed typo in docs/templates.txt. Thanks, pbx | Adrian Holovaty |
| 2005-12-01 | Fixed #971 -- inspectdb for SQLite now introspects field types. | Adrian Holovaty |
| 2005-11-30 | Added allow_empty hook to archive_index date-based generic view. | Adrian Holovaty |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-30 | Moved Apache auth handler to django/contrib/auth/handlers/modpython.py | Adrian Holovaty |
| 2005-11-30 | Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley | Adrian Holovaty |