django/docs/ref
Collin Anderson 4073780219 [1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7

Backport of 384f89f8f8 from master
2016-08-23 16:06:41 -04:00
..
class-based-views [1.10.x] Fixed #26695 -- Clarified return value of View.options(). 2016-06-01 08:29:28 -04:00
contrib [1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs. 2016-08-12 18:04:03 -04:00
files Fixed #26508 -- Clarified docs for various FieldFile methods. 2016-05-07 12:16:42 -04:00
forms [1.10.x] Fixed incorrect doc reference to Field.initial. 2016-08-17 10:27:46 -04:00
models [1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments. 2016-08-19 17:17:57 -04:00
templates [1.10.x] Refs #25854 -- Completed a RequestContext docs example. 2016-08-18 21:13:47 -04:00
applications.txt [1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready(). 2016-08-17 10:35:29 -04:00
checks.txt [1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField). 2016-08-23 16:06:41 -04:00
clickjacking.txt Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
csrf.txt [1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript. 2016-06-28 12:52:05 -04:00
databases.txt Fixed #26554 -- Updated docs URLs to readthedocs.io 2016-04-28 10:09:57 -04:00
django-admin.txt [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
exceptions.txt Fixed #21231 -- Enforced a max size for GET/POST values read into memory. 2016-05-12 10:17:52 -04:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt [1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive. 2016-08-08 20:22:09 -04:00
migration-operations.txt Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
request-response.txt [1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder. 2016-06-07 14:58:30 -04:00
schema-editor.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
settings.txt [1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive. 2016-08-08 20:22:09 -04:00
signals.txt [1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument. 2016-07-21 10:07:24 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt Added missing period to "etc.". 2016-01-11 18:05:15 -05:00
urlresolvers.txt [1.10.x] Fixed capitalization of "URL pattern". 2016-07-06 15:31:44 -04:00
urls.txt [1.10.x] Fixed #26776 -- Documented url()'s view argument. 2016-06-20 11:57:58 -04:00
utils.txt Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
validators.txt Fixed #26107 -- Added option to int_list_validator() to allow negative integers. 2016-02-18 18:58:18 -05:00
views.txt Fixed #26567 -- Updated references to obsolete RFC2616. 2016-05-03 11:14:40 -04:00