summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2010-03-06Fixed #12896. Documented the new side-effects of ModelForm validation.Joseph Kocherhans
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
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 #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-23Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee
2010-02-23Fixed #12859 -- Clarified the documentation on using multiple tables with .up...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 #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee
2010-02-22Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn
2010-02-21Fixed #11714 - Document a few of the i18n function that can be used outside v...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 #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 #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 #12840: mark natural key serialization in the docs as new in 1.2. Thank...Jacob Kaplan-Moss
2010-02-09Fixed #12829 - typos introduced in [12400]Luke Plant
2010-02-09Removed docs that assume developer might be using Python < 2.4Luke Plant
2010-02-06Fixed #12797: Corrected typo in the documentation for the changepassword mana...James Bennett
2010-02-01Updated formset docs to contain the new management form field for max_num val...Jannis Leidel
2010-02-01Fixed #6364 -- Added the ability to run individual doctests.Russell Keith-Magee
2010-01-29Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee
2010-01-28Fixed #12715 -- Clarified the docs on the usage of database routers, especial...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2010-01-27Made the database master router tolerant of router definitions that omit indi...Russell Keith-Magee
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-26Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel
2010-01-25Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-23Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...Russell Keith-Magee
2010-01-22Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee
2010-01-18Updated the docs around test runners to encourage the use of **kwargs in the ...Russell Keith-Magee
2010-01-18Fixed typo in docs - supports_objects_permissions should be supports_object_p...Luke Plant
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-17Added versionchanged directive to docs introduced in r12139.Jannis Leidel
2010-01-16Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-13Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee