django/docs/topics
Russell Keith-Magee 1e3ed71ca6 [1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.
Backport of r13595 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-16 06:51:15 +00:00
..
db [1.2.X] Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch. 2010-08-07 14:27:15 +00:00
forms [1.2.X] Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claudep for the report. 2010-08-07 15:01:17 +00:00
http Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch. 2010-05-09 06:44:12 +00:00
i18n [1.2.X] Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report. 2010-08-07 02:48:31 +00:00
auth.txt [1.2.X] Fixed #10952 -- Corrected the documentation for the behavior of password reset forms and views. Thanks to danielhepper for the report and initial patch, timo for the patch update. 2010-08-07 15:02:21 +00:00
cache.txt [1.2.X] Fixed #13946 -- Modified the database cache backend to use the database router to determine availability of the cache table. Thanks to tiemonster for the report. 2010-08-05 02:14:31 +00:00
conditional-view-processing.txt Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt [1.2.X] Fixed #13594 -- Corrected typo in email docs. Thanks to mostrovsky for the report. 2010-08-07 02:46:50 +00:00
files.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
generic-views.txt Fixed #13329 -- Corrected markup problem with URL pattern in generic views docs. Thanks to LaundroMat for the report. 2010-05-10 11:37:45 +00:00
index.txt Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro Morales. 2010-02-16 12:12:53 +00:00
install.txt [1.2.X] Fixed #13880 - added 2.7 to list of supported versions of Python 2010-07-05 17:10:58 +00:00
pagination.txt Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. 2010-05-12 22:53:23 +00:00
serialization.txt [1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer. 2010-08-16 06:51:15 +00:00
settings.txt Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito. 2010-04-05 15:46:44 +00:00
templates.txt Fixed #11884 -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo 2010-01-10 18:07:46 +00:00
testing.txt Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall. 2010-05-28 11:15:36 +00:00