1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
Garry Polley 10528a81ed Removed outdated examples of flatpages served sites.
Removing the lawrence journal flat page examples because one is no longer a web page (404) and the other is no longer served by Django: https://www.reddit.com/r/django/comments/8v0fpb/the_lawrence_journalworld_where_django_was/
2019-08-19 12:27:10 +02:00
..
class-based-views
contrib Removed outdated examples of flatpages served sites. 2019-08-19 12:27:10 +02:00
files
forms Changed docs to link to Python's description of iterable. 2019-05-17 17:27:19 +02:00
models Refs #28428 -- Made FileField.upload_to support pathlib.Path. 2019-08-18 20:34:58 +02:00
templates Fixed #30589 -- Clarified that urlize should be applied only to email addresses without single quotes. 2019-07-01 11:39:31 +02:00
applications.txt
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 Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
django-admin.txt Fixed #30676 -- Added --pdb option to test runner. 2019-08-07 08:16:31 +02:00
exceptions.txt Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
index.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. 2019-06-03 14:08:51 +02:00
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
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