django/docs/topics
Marissa Zhou 358ae4a687 [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs.
Partial backport of 8b1f39a727 from master
2016-07-18 07:57:00 -04:00
..
auth [1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking example. 2016-03-21 19:58:44 -04:00
class-based-views [1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txt 2016-07-06 08:49:17 -04:00
db [1.8.x] Added imports to docs/topics/db/aggregation.txt example. 2016-05-25 09:57:55 -04:00
forms [1.8.x] Fixed typo in docs/topics/forms/modelforms.txt 2016-05-27 10:31:57 -04:00
http [1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs. 2016-07-18 07:57:00 -04:00
i18n [1.8.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example. 2016-01-27 09:07:07 -05:00
testing [1.8.x] Fixed DiscoverRunner failfast parameter default in docs. 2016-03-15 18:35:08 -04:00
cache.txt [1.8.x] Fixed #24212 -- Added example pylibmc CACHES configuration. 2015-10-30 13:45:53 -04:00
checks.txt [1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference guide. 2015-07-31 08:51:13 -04:00
conditional-view-processing.txt Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
email.txt [1.8.x] Added import in docs/topics/email.txt example. 2016-02-12 13:45:13 -05:00
files.txt [1.8.x] Discouraged use of /tmp with predictable names. 2015-12-24 09:57:02 -05:00
index.txt Added first cut at reference documentation for the checks framework. 2014-03-03 18:56:11 +08:00
install.txt [1.8.x] Fixed #25376 -- Required virtualenv in installation instructions. 2015-09-29 14:33:53 -04:00
localflavor.txt [1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package 2015-03-22 15:36:44 +01:00
logging.txt [1.8.x] De-emphasized use of NullHandler in logging docs. 2015-11-18 09:56:33 -05:00
migrations.txt [1.8.x] Fixed malformed Sphinx directives. 2015-07-25 06:39:16 -04:00
pagination.txt Use "catch" instead of "trap" for exceptions. 2014-09-08 22:23:44 +02:00
performance.txt [1.8.x] Fixed #25727 -- Added a doc link to cached_property. 2015-11-10 13:29:04 -05:00
python3.txt [1.8.x] Fixed typos in docs/topics/python3.txt 2015-06-09 10:37:49 -04:00
security.txt [1.8.x] Fixed Sphinx highlight warnings in docs. 2016-01-25 12:10:21 -05:00
serialization.txt Used https for most *.python.org links 2014-12-19 18:07:52 +01:00
settings.txt [1.8.x] Improved "“standalone” Django usage" example. 2015-09-29 15:09:34 -04:00
signals.txt [1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:43:09 -04:00
signing.txt Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt [1.8.x] Fixed #26408 -- Updated link to DEP 182. 2016-03-25 20:52:33 +01:00