| Age | Commit message (Expand) | Author |
| 2006-05-31 | Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai | Adrian Holovaty |
| 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-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 |
| 2006-05-25 | Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks | Malcolm Tredinnick |
| 2006-05-23 | Fixed incorrect link in docs/sites.txt | Adrian Holovaty |
| 2006-05-23 | Changed an overlooked occurrence of repr() to str(). Pointed out by Jeremy | Malcolm Tredinnick |
| 2006-05-22 | Fixed ReST error in docs/sites.txt. I think. | Adrian Holovaty |
| 2006-05-22 | Added small bit to docs/sites.txt | Adrian Holovaty |
| 2006-05-22 | Added documentation for CurrentSiteManager to docs/sites.txt | Adrian Holovaty |
| 2006-05-22 | Fixed funky formatting in docs/model-api.txt | Adrian Holovaty |
| 2006-05-22 | Added docs/sites.txt -- documentation on the sites framework | Adrian Holovaty |
| 2006-05-22 | Added the missing django.contrib applications to docs/add_ons.txt | Adrian Holovaty |
| 2006-05-22 | Added 'Overriding default model methods' section to model-api.txt | Adrian Holovaty |
| 2006-05-22 | Fixed #849 -- Improved login_required view decorator to save query-string par... | Adrian Holovaty |
| 2006-05-22 | Fixed #981 -- Documented backend-specific SQL files | Adrian Holovaty |
| 2006-05-21 | Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt | Adrian Holovaty |
| 2006-05-21 | Improved the advice on using QuerySets in extra_context based on feedback from | Malcolm Tredinnick |
| 2006-05-20 | Documented that CommonMiddleware will not append a slash to URLs containing a | Malcolm Tredinnick |
| 2006-05-19 | Small cleanups to docs/model-api.txt and docs/django-admin.txt | Adrian Holovaty |
| 2006-05-19 | Fixed #1886 -- documented the syncdb option. | Malcolm Tredinnick |
| 2006-05-19 | Documented that the development server does not, by default handle static | Malcolm Tredinnick |
| 2006-05-19 | Fixed #981 -- documented the SQL initial data insert files. | Malcolm Tredinnick |
| 2006-05-19 | Documented the simple_tag and inclusion_tag functions that make writing certain | Malcolm Tredinnick |
| 2006-05-18 | Fixed #1724 -- updated the output from the shell commands to match what we now | Malcolm Tredinnick |
| 2006-05-17 | Clarified (hopefully) how to use the default settings override in configure(). | Malcolm Tredinnick |
| 2006-05-17 | Clarified how extra_context values are evaluated and, in particular, how to | Malcolm Tredinnick |
| 2006-05-17 | Changed the link the "official tarball" to refer to the 0.91 release and added | Malcolm Tredinnick |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | Adrian Holovaty |
| 2006-05-16 | Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr | Adrian Holovaty |
| 2006-05-15 | Fixed #1815: More documentation proof-reading from nico@teknico.net. | Malcolm Tredinnick |
| 2006-05-15 | Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan. | Malcolm Tredinnick |
| 2006-05-13 | Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using | Jacob Kaplan-Moss |
| 2006-05-09 | Fixed bugs in docs/model-api.txt | Adrian Holovaty |
| 2006-05-09 | Fixed #1811 -- Fixed inconsistencies in docs/overview.txt | 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 | 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 | 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 | 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 #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u... | Adrian Holovaty |
| 2006-05-05 | Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu... | Adrian Holovaty |
| 2006-05-05 | Fixed #1731 -- Added note to docs/model-api.txt about location of model repos... | Adrian Holovaty |