summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2010-01-12Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ...Adrian Holovaty
2010-01-10Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...Adrian Holovaty
2010-01-10Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaevAdrian Holovaty
2010-01-10Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma...Adrian Holovaty
2010-01-10Fixed #12345 -- Fixed bug in db/models.txt.Adrian Holovaty
2010-01-10Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ...Adrian Holovaty
2010-01-10Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl...Adrian Holovaty
2010-01-10Fixed #12084 -- Documented the fact that QuerySet.update() returns the number...Adrian Holovaty
2010-01-10Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong...Adrian Holovaty
2010-01-10Fixed #11884 -- Clarified documentation to explain how to activate the built-...Adrian Holovaty
2010-01-10Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@...Adrian Holovaty
2010-01-09Minor formatting fixes for [12139]Jannis Leidel
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-09Negligible change to docs/topics/cache.txt so I can test something in the doc...Adrian Holovaty
2010-01-09Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty
2010-01-09Edited docs/topics/db/multi-db.txtAdrian Holovaty
2010-01-09Removed ridiculous extra space around the title in docs/topics/db/aggregation...Adrian Holovaty
2010-01-08Added `using` to the list of documented arguments for save() on a model; upda...Russell Keith-Magee
2010-01-07Added docs on how syncdb and other management commands interact with multi-db.Russell Keith-Magee
2010-01-04Fixed #12053 - form examples don't validate according to w3cLuke Plant
2010-01-04Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...Russell Keith-Magee
2010-01-01Fixed #12383 - Typo fix for authentication documentation.Jannis Leidel
2009-12-31Typo fix for doc added in r12034. Thanks Alex Gaynor.Karen Tracey
2009-12-31Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...Karen Tracey
2009-12-26i18n documentation fixes:Gary Wilson Jr
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-25Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan...Russell Keith-Magee
2009-12-24Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the re...Russell Keith-Magee