summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Documentation markup fixes.Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-21Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse...Russell Keith-Magee
2009-12-20Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...Jacob Kaplan-Moss
2009-12-18Fixed #8145 - Documented the codenames of the default auth permissionsJannis Leidel
2009-12-18Corrected an example in the natural key serialization docs. Thanks to Alex Ga...Russell Keith-Magee
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-13Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...Jacob Kaplan-Moss
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-03Corrected spelling of e-mail (according to our standard).Luke Plant
2009-11-26Fixed #12267 -- Corrected a typo in the Email docs. Thanks to Thejaswi Puthra...Russell Keith-Magee
2009-11-23Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...Russell Keith-Magee
2009-11-19Corrected an inconsistency in the documentation regarding the way to specify ...Russell Keith-Magee
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-12Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...Russell Keith-Magee