django1/docs/topics
Gabriel Hurley 64011c8e5a [1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch.
Backport of [15758] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-04 22:30:18 +00:00
..
db [1.2.X] Fixed #11864 -- Improved the "see also" section of the many-to-one model topic guide to more clearly connect people to the backwards-related objects docs and to the correct point in the model tests for sample code (since the doctests went away). Thanks to dwillis for the work on the patch. 2011-03-04 22:30:18 +00:00
forms [1.2.X] Fixed #15055 -- added information about (and an example of) the csrf_token template tag to the forms documentation. Thanks to sneakyness for the report and bpeschier for the draft patch. 2011-02-07 22:54:14 +00:00
http [1.2.X] Fixed #15395 -- Documented the modules/import paths for the various decorators in `django.views.decorators`. Thanks to slinkp for the report. 2011-02-28 05:26:48 +00:00
i18n [1.2.X] Tweaked language markers in i18n topic document for better Sphinx syntax highlighting. 2011-02-07 19:50:07 +00:00
auth.txt [1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +00:00
cache.txt [1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 2010-12-27 13:28:04 +00:00
conditional-view-processing.txt [1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch 2010-10-09 08:25:01 +00:00
email.txt [1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report. 2011-01-26 00:37:55 +00:00
files.txt [1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +00:00
generic-views.txt [1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that might teach people "bad habits" in regards to creating reusable apps. 2010-10-19 00:11:51 +00:00
index.txt [1.2.X] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to Aryeh Leib Taurog for the report. 2011-01-30 13:35:40 +00:00
install.txt [1.2.X] Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks adamv for the report. 2010-11-27 12:34:54 +00:00
pagination.txt [1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +00:00
serialization.txt [1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +00:00
settings.txt [1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +00:00
signals.txt [1.2.X] Fixed #11441 -- Improved signal topic guide, particularly regarding the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. 2010-10-24 08:54:51 +00:00
templates.txt [1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +00:00
testing.txt [1.2.X] Fixed #15285 -- Corrected an erroneous import statement in the testing docs. Thanks to kamal.mustafa for the report. 2011-02-15 21:51:27 +00:00