django/docs/ref
Tim Graham 78f9805755 [1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.

Backport of e19bd086d6 from master
2015-10-30 10:36:56 -04:00
..
class-based-views [1.9.x] Fixed #25397 -- Documented class-based view context variable clash with context processors. 2015-10-23 15:24:14 -04:00
contrib [1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation. 2015-10-30 10:36:56 -04:00
files Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
forms [1.9.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data. 2015-10-21 13:53:48 -04:00
models [1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be homogeneous. 2015-10-30 10:28:10 -04:00
templates [1.9.x] Fixed #25397 -- Documented class-based view context variable clash with context processors. 2015-10-23 15:24:14 -04:00
applications.txt Recommended against default_app_config. 2015-09-22 08:31:50 +02:00
checks.txt [1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values." 2015-10-27 11:17:02 -04:00
clickjacking.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
csrf.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
databases.txt [1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation. 2015-10-02 12:33:23 -04:00
django-admin.txt [1.9.x] Fixed #25578 -- Corrected the casing of "GitHub". 2015-10-21 07:32:28 -04:00
exceptions.txt Fixed #24763 -- Moved DoesNotExist exception to model docs. 2015-05-08 13:05:50 -04:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
migration-operations.txt [1.9.x] Corrected use of 'affect' vs 'effect' in docs. 2015-09-25 18:35:16 -04:00
request-response.txt [1.9.x] Added "Attributes set by application code" section to HttpRequest. 2015-10-28 09:35:54 -04:00
schema-editor.txt Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
settings.txt [1.9.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions. 2015-10-29 17:29:16 -04:00
signals.txt Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
template-response.txt Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
unicode.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
urlresolvers.txt Refs #17914 -- Discouraged using reverese() with callables. 2015-08-03 08:34:19 -04:00
urls.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
utils.txt [1.9.x] Added some function links in translation docs 2015-10-07 17:31:28 +02:00
validators.txt Fixed #24636 -- Added model field validation for decimal places and max digits. 2015-09-18 14:30:20 -04:00
views.txt Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00