summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss2010-03-011-0/+3
* Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel2010-03-011-1/+4
* Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel2010-02-261-0/+2
* Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee2010-02-241-0/+4
* Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation....Russell Keith-Magee2010-02-241-16/+19
* Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...Russell Keith-Magee2010-02-241-6/+10
* Fixed #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee2010-02-241-0/+2
* Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel2010-02-231-0/+7
* Fixed #12799 -- Added an extra newline to help with PDF generation of documen...Russell Keith-Magee2010-02-231-0/+1
* Fixed #12859 -- Clarified the documentation on using multiple tables with .up...Russell Keith-Magee2010-02-231-3/+8
* Updated patch applied in r12504. Refs #12806.Justin Bronn2010-02-231-1/+1
* Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn2010-02-231-0/+14
* Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...Russell Keith-Magee2010-02-221-9/+10
* Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo...Justin Bronn2010-02-221-1/+1
* Fixed #11714 - Document a few of the i18n function that can be used outside v...Jannis Leidel2010-02-212-6/+5
* Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel2010-02-211-2/+2
* Fixed #12795 - Updated the middleware docs to include the messages app middle...Jannis Leidel2010-02-211-0/+1
* Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel2010-02-211-1/+1
* Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.Jannis Leidel2010-02-211-1/+1
* Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel2010-02-161-4/+4
* Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...Jannis Leidel2010-02-166-1145/+1183
* Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank...Jacob Kaplan-Moss2010-02-141-1/+5
* Fixed #12829 - typos introduced in [12400]Luke Plant2010-02-091-2/+2
* Removed docs that assume developer might be using Python < 2.4Luke Plant2010-02-092-45/+10
* Fixed #12797: Corrected typo in the documentation for the changepassword mana...James Bennett2010-02-061-2/+2
* Updated formset docs to contain the new management form field for max_num val...Jannis Leidel2010-02-012-2/+6
* Fixed #6364 -- Added the ability to run individual doctests.Russell Keith-Magee2010-02-011-7/+27
* Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee2010-01-291-3/+14
* Fixed #12715 -- Clarified the docs on the usage of database routers, especial...Russell Keith-Magee2010-01-281-3/+8
* Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant2010-01-281-0/+32
* Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee2010-01-271-3/+29
* Made the database master router tolerant of router definitions that omit indi...Russell Keith-Magee2010-01-271-1/+5
* Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel2010-01-261-0/+9
* Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel2010-01-261-1/+11
* Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...Russell Keith-Magee2010-01-251-2/+0
* Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee2010-01-251-8/+35
* Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee2010-01-251-5/+63
* Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...Russell Keith-Magee2010-01-231-4/+4
* Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee2010-01-221-6/+15
* Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee2010-01-221-71/+265
* Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee2010-01-191-3/+3
* Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee2010-01-181-4/+4
* Updated the docs around test runners to encourage the use of **kwargs in the ...Russell Keith-Magee2010-01-181-1/+7
* Fixed typo in docs - supports_objects_permissions should be supports_object_p...Luke Plant2010-01-181-4/+4
* Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee2010-01-181-24/+88
* Added versionchanged directive to docs introduced in r12139.Jannis Leidel2010-01-171-0/+2
* Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant2010-01-163-1/+265
* Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee2010-01-131-0/+3
* Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel2010-01-121-1/+1
* Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans2010-01-121-0/+12