django/docs/topics
Tim Graham fa6577f5b2 Fixed #17131 - Added per object permission notes to docs.
Thanks dchandek for the suggestion and mateusgondim for the patch.

Backport of 8d3e501502 from master
2012-07-30 18:12:40 -04:00
..
_images Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. 2012-02-27 19:04:33 +00:00
db [1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" database alias. 2012-06-30 10:30:45 -04:00
forms [1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render. 2012-07-15 21:29:13 -07:00
http [1.4.X] Fixed #18577 - Clarified middleware initialization. 2012-07-08 19:30:11 -04:00
i18n Edited some docs and docstrings until [17685] 2012-03-12 20:05:48 +00:00
auth.txt Fixed #17131 - Added per object permission notes to docs. 2012-07-30 18:12:40 -04:00
cache.txt Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
class-based-views.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
conditional-view-processing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
email.txt [1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch. 2012-04-10 20:02:56 +00:00
files.txt Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the database. Thanks poirier. 2011-11-19 15:08:07 +00:00
generic-views-migration.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
generic-views.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
index.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
install.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
logging.txt Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report. 2012-03-15 07:56:01 +00:00
pagination.txt Tweaks to paginator documentation. 2011-05-20 01:45:41 +00:00
security.txt [1.4.x] Added more explicit warnings about unconfigured reStructured Text usage in docs. 2012-06-08 15:02:15 +01:00
serialization.txt Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 2012-02-04 12:48:01 +00:00
settings.txt Fixed #17028 - Changed diveintopython.org -> diveintopython.net 2011-11-19 22:57:20 +00:00
signals.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
signing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
templates.txt Fixed #17240 -- Replaced links to the online version of the docs by internal references. 2011-11-16 21:04:28 +00:00
testing.txt [1.4.X] Removed documentation for SMTPConnection, which was removed at r15978. Backport of r17837 from trunk. 2012-03-31 12:12:12 +00:00