summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-01-10Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.Jacob Kaplan-Moss
2007-01-09newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty
2007-01-06Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.Russell Keith-Magee
2007-01-05Added note to docs/newforms.txt that points out ValidationError is a differen...Adrian Holovaty
2007-01-05Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car...Adrian Holovaty
2007-01-05Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail...Russell Keith-Magee
2007-01-05Fixed ReST error in docs/newforms.txt from [4288]Adrian Holovaty
2007-01-05Added a lot more to docs/newforms.txtAdrian Holovaty
2007-01-05More additions to docs/newforms.txtAdrian Holovaty
2007-01-04Added first part of 'Using forms to validate data' section to docs/newforms.txtAdrian Holovaty
2007-01-03Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin GradyJacob Kaplan-Moss
2007-01-03Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss
2007-01-03Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss
2007-01-03Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.Russell Keith-Magee
2007-01-03Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee
2007-01-03Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee
2006-12-30Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txtAdrian Holovaty
2006-12-30Added a small note about decoupling to docs/newforms.txtAdrian Holovaty
2006-12-29Added first bit of 'More granular output' to docs/newforms.txtAdrian Holovaty
2006-12-27Negligible change to docs/newforms.txtAdrian Holovaty
2006-12-27Removed duplication in docs/legacy_databases.txtAdrian Holovaty
2006-12-19Fixed typo in docs/redirects.txtAdrian Holovaty
2006-12-18Negligible spacing changes to docs/csrf.txt to be consistentAdrian Holovaty
2006-12-17Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ...Russell Keith-Magee
2006-12-15Clarified docs/newforms.txt 'Migration plan' sectionAdrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-12-14Beefed up 'Using branches' part of docs/contributing.txtAdrian Holovaty
2006-12-14Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs...Adrian Holovaty
2006-12-13Added 'Notes on field ordering' to docs/newforms.txtAdrian Holovaty
2006-12-13Updated docs/newforms.txt to reflect [4197]. Refs #3112Adrian Holovaty
2006-12-11Added more to docs/newforms.txtAdrian Holovaty
2006-12-11Edited docs/contributing.txt changes from [4190]Adrian Holovaty
2006-12-11Added ticket triage as one way to help out; added details on the need for tes...Russell Keith-Magee
2006-12-08Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114Adrian Holovaty
2006-12-07Small tweak to docs/newforms.txtAdrian Holovaty
2006-12-06Added preliminary stub for docs/newforms.txtAdrian Holovaty
2006-12-06Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio CavedoniAdrian Holovaty
2006-12-05Added django.contrib.formtools, including the forced-preview applicationAdrian Holovaty
2006-12-01Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon.Russell Keith-Magee
2006-11-27Fixed #2931 -- Changed 'if request.POST' to 'if request.method == POST' in do...Adrian Holovaty
2006-11-20Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem...Adrian Holovaty
2006-11-10Fixed typo in docs/templates_python.txtAdrian Holovaty
2006-11-10Fixed typo in docs/templates.txtAdrian Holovaty
2006-11-10Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian KleineidamAdrian Holovaty
2006-11-07Fixed typo in docs/templates.txtAdrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...Jacob Kaplan-Moss
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-11-07Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.Jacob Kaplan-Moss
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ...Jacob Kaplan-Moss