django1/docs/topics
Claude Paroz 7fa0fa45c5 Refs #30997 -- Removed HttpRequest.is_ajax() usage. 2020-01-27 08:52:40 +01:00
..
_images Optimise the rest of the PNGs in docs 2015-05-29 15:22:40 +10:00
auth Fixed #30948 -- Changed packaging to use declarative config in setup.cfg. 2019-11-08 14:14:13 +01:00
class-based-views Refs #30997 -- Added HttpRequest.accepts(). 2020-01-24 14:24:59 +01:00
db Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs. 2020-01-15 15:07:07 +01:00
forms Removed unnecessary code-block directives in various docs. 2019-12-23 14:47:13 +01:00
http Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs. 2020-01-24 12:21:04 +01:00
i18n Refs #30997 -- Removed HttpRequest.is_ajax() usage. 2020-01-27 08:52:40 +01:00
testing Refs #30997 -- Removed HttpRequest.is_ajax() usage. 2020-01-27 08:52:40 +01:00
async.txt Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 2019-12-03 17:29:31 +01:00
cache.txt Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive. 2020-01-16 13:39:16 +01:00
checks.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
conditional-view-processing.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
email.txt Refs #29983 -- Added pathlib.Path support to the file email backend. 2019-11-06 09:33:07 +01:00
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt Fixed typo in docs/topics/files.txt. 2019-11-11 11:51:39 +01:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Refs #28954 -- Remove remaining Jython documentation. 2019-12-19 16:42:12 +01:00
logging.txt More accurate terminology ("logger" instead of "logging handler") in logging documentation. 2020-01-09 15:27:34 +01:00
migrations.txt Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases. 2019-11-08 09:41:36 +01:00
pagination.txt Fixed #31103 -- Improved pagination topic documentation. 2020-01-07 09:57:38 +01:00
performance.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
security.txt Fixed #29406 -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
serialization.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
settings.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
signals.txt Documented the order in which signal receivers are called. 2019-10-28 13:31:23 +01:00
signing.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
templates.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00