| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-29 | Fixed small ReST error in [1495] | Jacob Kaplan-Moss |
| 2005-11-29 | Added mod_python authentication handler and document on authenticating agains... | Jacob Kaplan-Moss |
| 2005-11-29 | Clarified wording about deprecated features (thanks, Wilson) | Jacob Kaplan-Moss |
| 2005-11-29 | Fixed typo in docs/admin_css.txt. Thanks, Daniel | Adrian Holovaty |
| 2005-11-29 | Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S... | Adrian Holovaty |
| 2005-11-29 | Fixed some tiny typos in docs/contributing.txt | Adrian Holovaty |
| 2005-11-28 | Added "how to contribute to Django" document | Jacob Kaplan-Moss |
| 2005-11-28 | Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ... | Adrian Holovaty |
| 2005-11-27 | Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f... | Adrian Holovaty |
| 2005-11-27 | Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank... | Adrian Holovaty |
| 2005-11-27 | Changed template library system so that it looks for a module-level variable ... | Adrian Holovaty |
| 2005-11-27 | Added a 'Directory listings' section to docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in [1455] | Adrian Holovaty |
| 2005-11-27 | Added note to docs/static_files.txt about serving static files in production | Adrian Holovaty |
| 2005-11-27 | Added docs/static_files.txt | Adrian Holovaty |
| 2005-11-27 | Fixed several bugs in docs/url_dispatch.txt, and made several clarifications | Adrian Holovaty |
| 2005-11-27 | Improved docs/modpython.txt to add note about debugging under mod_python with... | Adrian Holovaty |
| 2005-11-27 | Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-26 | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di... | Adrian Holovaty |
| 2005-11-26 | Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authent... | Adrian Holovaty |
| 2005-11-26 | Added 'Error handling' section to docs/modpython.txt | Adrian Holovaty |
| 2005-11-25 | Fixed typo in docs/model-api.txt | Adrian Holovaty |
| 2005-11-23 | Added TEMPLATE_DEBUG to docs/settings.txt | Adrian Holovaty |
| 2005-11-22 | Added docs/add_ons.txt -- small documentation of contrib | Adrian Holovaty |
| 2005-11-22 | Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang | Adrian Holovaty |
| 2005-11-22 | Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |