| Age | Commit message (Expand) | Author |
| 2006-12-08 | Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114 | Adrian Holovaty |
| 2006-12-07 | Small tweak to docs/newforms.txt | Adrian Holovaty |
| 2006-12-06 | Added preliminary stub for docs/newforms.txt | Adrian Holovaty |
| 2006-12-06 | Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio Cavedoni | Adrian Holovaty |
| 2006-12-05 | Added django.contrib.formtools, including the forced-preview application | Adrian Holovaty |
| 2006-12-01 | Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon. | Russell Keith-Magee |
| 2006-11-27 | Fixed #2931 -- Changed 'if request.POST' to 'if request.method == POST' in do... | Adrian Holovaty |
| 2006-11-20 | Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem... | Adrian Holovaty |
| 2006-11-10 | Fixed typo in docs/templates_python.txt | Adrian Holovaty |
| 2006-11-10 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-10 | Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian Kleineidam | Adrian Holovaty |
| 2006-11-07 | Fixed typo in docs/templates.txt | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2800: the ifchanged tag now can optionally take paramaters to be check... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@si... | Jacob Kaplan-Moss |
| 2006-11-02 | Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th... | Russell Keith-Magee |
| 2006-10-30 | Added note to docs/generic_views.txt that extra_context is new in Django deve... | Adrian Holovaty |
| 2006-10-30 | Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady | Adrian Holovaty |
| 2006-10-30 | Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi... | Russell Keith-Magee |
| 2006-10-30 | Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro. | Russell Keith-Magee |
| 2006-10-27 | Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> inste... | Adrian Holovaty |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-10-24 | Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda | Adrian Holovaty |
| 2006-10-24 | Fixed #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, matt... | Adrian Holovaty |
| 2006-10-24 | Made small edits to docs/templates_python.txt | Adrian Holovaty |
| 2006-10-23 | Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0 | Russell Keith-Magee |
| 2006-10-23 | Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com. | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2854 -- Incorporated a small suggestion which might make it clearer where | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2931 -- Use request.method == 'POST' where appropriate in the examples. | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2863 -- Fixed a small typo in one of the examples. Thanks | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2837 -- Documented the context_instance parameter to | Malcolm Tredinnick |
| 2006-10-19 | Added note to docs/model-api.txt that EmailField has automatic maxlength=75 | Adrian Holovaty |
| 2006-10-16 | Updated docs/install.txt to note lack of setuptools in development version | Adrian Holovaty |
| 2006-10-14 | Fixes #2737 -- Added code to allow None as a query value for __exact queries,... | Russell Keith-Magee |
| 2006-10-13 | Fixes #2384,#2566 -- Clarify the role that TEMPLATE_STRING_IF_INVALID plays i... | Russell Keith-Magee |
| 2006-09-30 | Fixed typo in r3885. | Russell Keith-Magee |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-29 | Disabled access to the admin site for inactive accounts, and clarified docume... | Russell Keith-Magee |
| 2006-09-29 | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a | Malcolm Tredinnick |
| 2006-09-28 | Fixed ReST error in docs/tutorial04.txt. Thanks, Dave Abrahams | Adrian Holovaty |
| 2006-09-28 | Fixed a small typo. | Malcolm Tredinnick |
| 2006-09-28 | Added a note about not using ifequal and ifnotequal to compare against True, | Malcolm Tredinnick |
| 2006-09-28 | Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid... | Adrian Holovaty |
| 2006-09-26 | Added 'Do I lose anything by using Python 2.3 versus newer Python versions, s... | Adrian Holovaty |
| 2006-09-26 | Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_... | Adrian Holovaty |