| Age | Commit message (Expand) | Author |
| 2007-01-10 | Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy. | Jacob Kaplan-Moss |
| 2007-01-09 | newforms: Added 'initial' parameter to Form, which lets initial data be speci... | Adrian Holovaty |
| 2007-01-06 | Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com. | Russell Keith-Magee |
| 2007-01-05 | Added note to docs/newforms.txt that points out ValidationError is a differen... | Adrian Holovaty |
| 2007-01-05 | Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car... | Adrian Holovaty |
| 2007-01-05 | Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail... | Russell Keith-Magee |
| 2007-01-05 | Fixed ReST error in docs/newforms.txt from [4288] | Adrian Holovaty |
| 2007-01-05 | Added a lot more to docs/newforms.txt | Adrian Holovaty |
| 2007-01-05 | More additions to docs/newforms.txt | Adrian Holovaty |
| 2007-01-04 | Added first part of 'Using forms to validate data' section to docs/newforms.txt | Adrian Holovaty |
| 2007-01-03 | Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady | Jacob Kaplan-Moss |
| 2007-01-03 | Oops -- reverted accidentally commited material from [4280] | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub... | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen. | Russell Keith-Magee |
| 2007-01-03 | Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac... | Russell Keith-Magee |
| 2007-01-03 | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ... | Russell Keith-Magee |
| 2006-12-30 | Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txt | Adrian Holovaty |
| 2006-12-30 | Added a small note about decoupling to docs/newforms.txt | Adrian Holovaty |
| 2006-12-29 | Added first bit of 'More granular output' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-27 | Negligible change to docs/newforms.txt | Adrian Holovaty |
| 2006-12-27 | Removed duplication in docs/legacy_databases.txt | Adrian Holovaty |
| 2006-12-19 | Fixed typo in docs/redirects.txt | Adrian Holovaty |
| 2006-12-18 | Negligible spacing changes to docs/csrf.txt to be consistent | Adrian Holovaty |
| 2006-12-17 | Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ... | Russell Keith-Magee |
| 2006-12-15 | Clarified docs/newforms.txt 'Migration plan' section | Adrian Holovaty |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-12-14 | Beefed up 'Using branches' part of docs/contributing.txt | Adrian Holovaty |
| 2006-12-14 | Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs... | Adrian Holovaty |
| 2006-12-13 | Added 'Notes on field ordering' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-13 | Updated docs/newforms.txt to reflect [4197]. Refs #3112 | Adrian Holovaty |
| 2006-12-11 | Added more to docs/newforms.txt | Adrian Holovaty |
| 2006-12-11 | Edited docs/contributing.txt changes from [4190] | Adrian Holovaty |
| 2006-12-11 | Added ticket triage as one way to help out; added details on the need for tes... | Russell Keith-Magee |
| 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 |