0
0
mirror of https://github.com/django/django.git synced 2024-11-30 15:10:46 +01:00
django/docs/ref
2017-01-17 14:09:28 -05:00
..
class-based-views Fixed #27680 -- Linked to "Classy Class-Based Views" in docs. 2017-01-04 19:12:14 -05:00
contrib Removed obsolete GIS install instructions. 2017-01-17 13:47:56 -05:00
files
forms Fixed #27387 -- Doc'd required HTML attribute in Field.required docs. 2017-01-14 07:30:54 -05:00
models Refs #21127 -- Required on_delete for ForeignKey/OneToOneField. 2017-01-17 14:09:28 -05:00
templates
applications.txt
checks.txt Alphabetized system check reference. 2017-01-05 11:04:44 -05:00
clickjacking.txt
csrf.txt
databases.txt Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on MySQL. 2017-01-17 11:16:15 -05:00
django-admin.txt Fixed #27432 -- Made app_label arguments limit showmigrations --plan output. 2017-01-06 19:50:31 -05:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05:00
request-response.txt Fixed #27616 -- Fixed incorrect vary_on_headers() example. 2016-12-20 08:30:18 -05:00
schema-editor.txt
settings.txt Fixed #24994 -- Documented the expected type of settings.SECRET_KEY. 2016-12-28 07:36:37 -05:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Documented url()'s 'regex' parameter. 2016-12-22 19:16:26 -05:00
utils.txt Removed obsolete versionadded/changed annotations. 2017-01-02 10:38:54 -05:00
validators.txt
views.txt