summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-03-01Fixed #12987 - Added a few versionadded directives to the admin docs. Thanks,...Jannis Leidel
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-27Fixed #12964 - wrong path for CSRF decorators in upgrading notes.Luke Plant
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-24Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.Justin Bronn
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #12102 -- Corrected an example in the docs that suggested that you use ...Russell Keith-Magee
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-24Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation....Russell Keith-Magee
2010-02-24Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...Russell Keith-Magee
2010-02-24Fixed #12538 -- Added a note that pickles aren't stable during version update...Russell Keith-Magee
2010-02-24Fixed #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2010-02-23Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-23Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ...Justin Bronn
2010-02-23Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn
2010-02-23Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee
2010-02-23Fixed #12800 -- Clarified the text describing the palettes available to djang...Russell Keith-Magee
2010-02-23Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th...Russell Keith-Magee
2010-02-23Fixed #12859 -- Clarified the documentation on using multiple tables with .up...Russell Keith-Magee
2010-02-23Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa...Russell Keith-Magee
2010-02-23Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for t...Russell Keith-Magee
2010-02-23Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on...Russell Keith-Magee
2010-02-23Updated patch applied in r12504. Refs #12806.Justin Bronn
2010-02-23Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-22Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee
2010-02-22Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...Justin Bronn
2010-02-22Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn
2010-02-22Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
2010-02-21Fixed #12910 - Only test extracting translation strings if xgettext can be fo...Jannis Leidel
2010-02-21Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...Jannis Leidel
2010-02-21Fixed #11714 - Document a few of the i18n function that can be used outside v...Jannis Leidel
2010-02-21Fixed #12275 - Small fix in Sphinx templates.Jannis Leidel
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-21Fixed #12795 - Updated the middleware docs to include the messages app middle...Jannis Leidel
2010-02-21Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.Jannis Leidel
2010-02-21Fixed #12604 - Typo in 1.1 release docs.Jannis Leidel
2010-02-21Fixed #12877 - Typo in settings docs. Thanks Timo.Jannis Leidel
2010-02-21Fixed #12887 - Fixed typo in release docs. Thanks blueyed.Jannis Leidel
2010-02-21Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel
2010-02-21Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...Jannis Leidel
2010-02-14Fixed #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew Badr.Jacob Kaplan-Moss