django/docs/topics
Timo Graham d5970df38e [1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj.delete(). thanks FunkyELF for the suggestion.
Backport of r15071 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-27 23:47:14 +00:00
..
db [1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj.delete(). thanks FunkyELF for the suggestion. 2010-12-27 23:47:14 +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 #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 2010-12-27 13:28:04 +00:00
i18n [1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +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 #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +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] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro! 2010-12-26 00:46:36 +00:00