summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-02-16[1.0.X] Auth-related doc cleanups:Gary Wilson Jr
2009-02-15[1.0.X] A few minor wording, whitespace, punctuation, and link changes for th...Gary Wilson Jr
2009-02-03[1.0.X] Corrected code block in apache auth docs.Gary Wilson Jr
2009-01-29[1.0.X] Fixed #8638 -- Added documentation on how to redirect email to a dumm...Russell Keith-Magee
2009-01-29[1.0.X] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonym...Karen Tracey
2009-01-24[1.0.X] Fixed #10110 -- Added FAQ on how and when to poke the core developers...Russell Keith-Magee
2009-01-14A handful of fixes to django.contrib.comments:Jacob Kaplan-Moss
2009-01-09[1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 -...Malcolm Tredinnick
2009-01-06[1.0.X] Refs #9935: Added a note in the documentation to the effect that Djan...Ian Kelly
2009-01-06[1.0.X] Documented that case-insensitive matching is not supported for non-ASCIIMalcolm Tredinnick
2009-01-03Added a link to RKM's blog in the committers file.Russell Keith-Magee
2008-12-26[1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes deali...Adrian Holovaty
2008-12-23[1.0.X] Fixed #9884 -- Corrected template example in model forms documentatio...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9902 -- Corrected misspelling in form validation documentation...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks agl...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms do...Gary Wilson Jr
2008-12-22[1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
2008-12-22[1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
2008-12-21[1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also A...Karen Tracey
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
2008-12-10[1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. ...Karen Tracey
2008-12-10[1.0.X] Yet another place where we claim to support 2.3 and up. Was [9635] in...James Bennett
2008-12-09[1.0.X] Another place where we talked about Python versions. Was [9632] in tr...James Bennett
2008-12-09[1.0.X] Clarify install docs to point at new FAQ items about Python 3.0. Was ...James Bennett
2008-12-09[1.0.X] Fixed #9783; clarified install docs and FAQ to explain that Django do...James Bennett
2008-12-09[1.0.X] Documented how to handle '%' characters in redirect_to() URL stringsMalcolm Tredinnick
2008-12-09[1.0.X] Fixed #9777 -- Typo fix.Malcolm Tredinnick
2008-12-09[1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a moreMalcolm Tredinnick
2008-12-09[1.0.X] Did some much-needed rewriting/editing in the formsets section of doc...Adrian Holovaty
2008-12-09[1.0.X] Improved the model formset and inline formset documentation to be mor...Brian Rosner
2008-12-08[1.0.X] In the release process doc, clarify that the original committer is re...Karen Tracey
2008-12-08[1.0.X] Fixed #9724 -- Added missing import to URLconf example, thanks shacker.Gary Wilson Jr
2008-12-08[1.0.X] Fixed #9718 -- Removed a reference to oldforms FormWrapper? object in...Gary Wilson Jr
2008-12-07[1.0.X] Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so thatMalcolm Tredinnick
2008-12-07[1.0.X] Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes.Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9705 -- Call the Netherlands by their real name in the localfl...Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9712 -- Documented how HTTP headers are converted to request.M...Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9731 -- Typo fix in docs.Malcolm Tredinnick
2008-12-04[1.0.X] Fixed some markup errors in the form validation docs.Malcolm Tredinnick
2008-12-03[1.0.X] Fixed #9734 -- Typo fix in the custom fields documentation, pointed o...Malcolm Tredinnick
2008-12-03[1.0.X] Fixed #9740 -- Updated and correct usage of max_entries in cache docu...Malcolm Tredinnick
2008-12-02[1.0.X] Added a note to the SQLite database documentation mentioning thatMalcolm Tredinnick
2008-12-02[1.0.X] Added a short note to the modelforms documentation linking betweenMalcolm Tredinnick
2008-11-21[1.0.X] Remove the FAQ answer about a setuptools install error that reference...Karen Tracey
2008-11-21[1.0.X] Fixed #9611 -- Noted in the FAQ answer about Python versions that som...Karen Tracey
2008-11-21[1.0.X] Fixed #9618: Corrected an error in some example code in the forms doc...Karen Tracey
2008-11-19[1.0.X] docutils fix in release notesJames Bennett
2008-11-19[1.0.X] Add 1.0.2 release notes to indexJames Bennett
2008-11-19Draft 1.0.2 release notesJames Bennett
2008-11-18[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload ...Adrian Holovaty