summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-23Fixed a silly typo left over from removing Python 2.3 references.Jacob Kaplan-Moss
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-10-12Fixed #8274 - allow custom forms for auth 'login' and 'password_change' viewsLuke Plant
2009-09-30Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to timo for t...James Bennett
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-09-23Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t...James Bennett
2009-09-13Fixed #11755 -- Added documentation for an edge case of FormSet usage. Thanks...Russell Keith-Magee
2009-09-13Fixed #11740 -- Added extra detail on the behavior of ModelForms. Thanks to s...Russell Keith-Magee
2009-09-13Fixed #9414 -- Clarified the documentation on the permission decorators. Than...Russell Keith-Magee
2009-09-13Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon ...Russell Keith-Magee
2009-09-13Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling...Russell Keith-Magee
2009-09-13Fixed #10864 -- Clarified the role played by redirect_to_field in the login_r...Russell Keith-Magee
2009-09-12Modified r11531 to use the original suggested text from the patch (which was ...Russell Keith-Magee
2009-09-12Fixed #11589 -- Corrected an argument in the shortcuts documentation. Thanks ...Russell Keith-Magee
2009-09-11Fixed #11554: Several errors in Generic Views Documentation. Luke Plant
2009-09-10Fixed #7376: auth docs don't say they depend on contenttypes.Luke Plant
2009-09-10Fixed #11477: Generic views docs point out bug with wrong querysetLuke Plant
2009-07-21Cleanup of some minor markup problems in URL documentation.Russell Keith-Magee
2009-07-17Fixed #11492 -- Corrected some typos, and added some extra markup for the URL...Russell Keith-Magee
2009-07-16Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Car...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-16Fixed #10908 -- Clarified the procedure for creating test users in the testin...Russell Keith-Magee
2009-07-15Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag rather t...Russell Keith-Magee
2009-07-15Fixed #10287 -- Added better examples in the docs of formset validation. Than...Russell Keith-Magee
2009-07-11Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t...Russell Keith-Magee
2009-07-03Fixed #9607 -- Added documentation for the ``extra`` argument in test client ...Russell Keith-Magee
2009-07-03Fixed #10604 -- Added note on the limitation of ungettext, especially as rela...Russell Keith-Magee
2009-06-24Fixed #10741: Updated instructions on the best gettext package to get for Win...Karen Tracey