summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2009-06-24Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks t...Russell Keith-Magee
2009-06-24Fixed #11356 -- Added links to the growing collection of 3rd party database b...Russell Keith-Magee
2009-06-18Made correction to documentation change from [11045].Russell Keith-Magee
2009-06-18Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods...Russell Keith-Magee
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi...Russell Keith-Magee
2009-06-18Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for t...Russell Keith-Magee
2009-06-18Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-06-18Refs #11336 -- Another dummy commit to force refresh of some index pages by S...Russell Keith-Magee
2009-06-17Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.Karen Tracey
2009-06-17Update to [11025]. This time, actually include the new generic views document...Russell Keith-Magee
2009-06-17Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...Russell Keith-Magee
2009-06-17Fixed #9919 -- Added note on the need to mark transactions as dirty when usin...Russell Keith-Magee
2009-06-10Fixed #10845 -- Clarified the examples for using ModelForms with fields or ex...Russell Keith-Magee
2009-05-27Fixed #11215 -- Replaced erroneous catch with except in testing doc. Karen Tracey
2009-05-26Made some small improvements to docs/topics/http/sessions.txtAdrian Holovaty
2009-05-24Fixed #8857 -- Corrected ref in modelforms documentation and added ref to fil...Brian Rosner
2009-05-23Fixed #11188 -- Removed incorrect doc note about step being unsupported when ...Karen Tracey
2009-05-18Fixed #11138 -- Corrected the description of behavior related to the max_num ...Karen Tracey