summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2012-03-16[1.3.X] Fixed #17841 -- Clarified caching note about authentication ↵Claude Paroz
backends. Thanks auzigog for the proposal and lukegb for the patch. Backport of r17752 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15[1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks ↵Claude Paroz
c4m3lo for the report. Backport of r17741 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-25[1.3.X] Fixed #17743 - Typo in topics/i18n/index.txtTimo Graham
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-20[1.3.X] Fixed #17390 - Added a note to topics/auth.txt regarding how to ↵Timo Graham
decorate class-based generic views; thanks zsiciarz for the patch. Backport of r17564 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19[1.3.X] Fixed #17319 -- Made the example for set_language less error-prone. ↵Aymeric Augustin
Backport of r17560 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-14[1.3.X] Updated link to Django Debug Toolbar homepage.Timo Graham
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for the patch. Fixes #17543. Backport of r17376 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks ↵Timo Graham
krzysiumed for the patch. Backport of r17517 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks ↵Timo Graham
EnTeQuAk for the report. Backport of r17459 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05[1.3.X] Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks ↵Timo Graham
andrew and noria. Backport of r17457 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-26[1.3.X] Fixed #17240 -- Replaced links to the online version of the docs by ↵Ramiro Morales
internal references. Backport of [17100] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-19[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
Backport of r17115 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-18[1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax example ↵Carl Meyer
in the docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22[1.3.X] Fixed #16910 -- Misleading urlpatterns docs regex example.Paul McMillan
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-22[1.3.X] Fixed #11674 -- Clarified docs on excluded fields of ModelForms. ↵Paul McMillan
Thanks PieterSwinkels for the patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21[1.3.X] Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck ↵Simon Meers
for the report and patch. Backport of [16858] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-16[1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.Carl Meyer
Backport of r16836 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11[1.3.X] Fixed #16334: Make it quite clear that cache_page's 'cache' argument ↵James Bennett
refers to the name of a cache in the CACHES setting. Backport of [16815] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11[1.3.X] Fixed #16094: Added clear example of how to refer to custom ↵James Bennett
permissions. Backport of [16813] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11[1.3.X] Fixed #16109: Corrected an inconsistency in URLconf examples for ↵James Bennett
matching a numeric month. Backport of [16811] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11[1.3.X] Fixed #16293: Document a way to return dicts with column names from ↵James Bennett
a DB cursor. Backport of [16808] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11[1.3.X] Fixed #16079: Clarified (for real this time) how handler404 and ↵James Bennett
handler500 work, and that they only work in a root URLconf. Backport of [16804] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set ↵Russell Keith-Magee
public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch. Backport of r16657 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-20[1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
Backport of r16630 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-20[1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
Backport of r16628 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying ↵Timo Graham
upload handlers on the fly`; thanks tomchristie. Backport of r16588 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham
Backport of r16586 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the ↵Timo Graham
number of test failures; thanks teraom. Backport of r16584 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-28[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects ↵Chris Beaven
HTTP headers to be passed. Thanks for the patch, Ricardo Bánffy. Backport of r16554 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-10[1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. ↵Simon Meers
Thanks toofishes. Backport of r16534 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-10[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley ↵Simon Meers
Ayers. Backport of r16532 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented ↵Jannis Leidel
pgettext and colleagues. Backport from trunk (r16403). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-11[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; ↵Timo Graham
thanks cyclops for the suggestion; Horst Gutmann for the patch. Backport of r16378 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-04[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
Backport of r16324 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David ↵Timo Graham
Niergarth for the report; jonash for the patch. Backport of r16100 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-30[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
Backport of r16293 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
Backport from trunk (r16290). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-23[1.3.X] Fixes #16072 -- incorrect documentation for multiple expressions ↵Chris Beaven
inside a blocktrans tag Backport of r16268 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks ↵Timo Graham
antonio/d0ugal. Backport of r16265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; ↵Timo Graham
thanks Bradley Ayers. Backport of r16256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-20[1.3.X] Tweaks to paginator documentation.Chris Beaven
Backport of 16248 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-20[1.3.X] Tidy up the sessions documentation creating links for session ↵Chris Beaven
methods and crosslinking settings Backport of r16245 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-18git-svn-id: ↵Gabriel Hurley
http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-18[1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the opening ↵Gabriel Hurley
paragraph of the views topic guide. Thanks to aplanas for the report and suggested wording. Backport of [16240] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
Backport of r16220 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
Backport of r16218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-11[1.3.X] Fixes #15595 -- emphasize the benefits of django.test.TestCase. ↵Chris Beaven
Thanks for the patch Shawn Milochik Backport of r16214 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-04[1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be ↵Timo Graham
named 'user'; thanks lawgon. Backport of r16155 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-03[1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
Backport of r16142 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-01[1.3.X] Fixed #15887 - Added clarification for required_*() decorators; ↵Timo Graham
thanks RoySmith for the sugggestion. Backport of r16139 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-30[1.3.X] Fixed #6581 -- Moved documentation of ↵Jannis Leidel
django.contrib.auth.views.redirect_to_login to an own "Helper functions" section. Backport form trunk (r16130). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16131 bcc190cf-cafb-0310-a4f2-bffc1f526a37