django1/docs/topics
Timo Graham 1418c215f4 [1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report.
Backport of r15311 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26 00:37:55 +00:00
..
db [1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be shallow copied. Thanks to Ian Clelland for the report, and Łukasz Rekucki for the help diagnosing the problem. 2011-01-16 06:45:35 +00:00
forms [1.2.X] Fixed #13949 - Note that readonly fields can't be modified via custom clean methods. thanks alk for the suggestion and elbarto and Gabriel Hurley whose language I used in the final patch. 2010-12-26 21:51:51 +00:00
http [1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. 2011-01-03 13:30:12 +00:00
i18n [1.2.X] Fixed #12193 - Add details to the i18n documentation for translation of model classes (relations and methods). Thanks Maxime Petazzoni and Ramiro for work on the patch. 2010-12-29 15:39:44 +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 #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +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] Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 2011-01-18 16:55:00 +00:00