django/docs/topics
Gabriel Hurley 9dfdcf86be [1.2.X] Fixed #14426 -- Removed "mysite" import statements from examples that might teach people "bad habits" in regards to creating reusable apps.
Thanks to idahogray for assisting with the patch (and sorry for forgetting the attribution in the patch on trunk).

Backport of [14270] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-19 00:11:51 +00:00
..
db [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
forms [1.2.X] Changed ModelForm.fields and ModelForm.exclude examples to use tuples instead of lists since they were used inconsistently throughout the page (it wasn't hurting anything, but consistency is nice). Thanks to lspcity for the report and gruszczy for the patch. 2010-10-10 22:41:51 +00:00
http [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
i18n [1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO files with BOM. 2010-10-10 16:45:06 +00:00
auth.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
cache.txt [1.2.X] Add warning when using cache keys that might not work with 2010-09-12 19:07:09 +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 #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
files.txt [1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +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 #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
pagination.txt [1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +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 #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +00:00
templates.txt [1.2.X] Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:31:56 +00:00
testing.txt [1.2.X] Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks to Eric Holscher for the suggestion and draft, and to timo for contributions to the patch. 2010-10-08 15:46:49 +00:00