1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
2019-08-23 11:00:16 +02:00
..
class-based-views
contrib Fixed #30507 -- Updated admin's jQuery to 3.4.1. 2019-08-23 11:00:16 +02:00
files
forms
models Refs #28428 -- Made FileField.upload_to support pathlib.Path. 2019-08-18 20:34:58 +02:00
templates
applications.txt Fixed typo in docs/ref/applications.txt. 2019-08-23 08:48:26 +02:00
checks.txt Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. 2019-08-08 21:14:06 +02:00
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #30676 -- Added --pdb option to test runner. 2019-08-07 08:16:31 +02:00
exceptions.txt
index.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt
migration-operations.txt Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstraint docs. 2019-08-11 15:39:48 +02:00
paginator.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
request-response.txt Fixed #30694 -- Documented FileResponse does not seek its file source. 2019-08-17 09:20:36 +02:00
schema-editor.txt Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint(). 2019-08-11 03:26:44 +02:00
settings.txt Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True. 2019-08-18 13:17:49 +02:00
signals.txt Refs #30083 -- Added a warning about performing queries in pre/post_init receivers. 2019-07-19 16:06:05 +02:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Refs #24733 -- Documented arguments for custom error views. 2018-07-31 17:02:40 -04:00
utils.txt Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231. 2019-08-16 15:25:42 +02:00
validators.txt
views.txt