django/docs/ref
Carlton Gibson 3bbf9a489a Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. 2020-02-18 19:54:29 +01:00
..
class-based-views Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. 2020-02-14 08:30:16 +01:00
contrib Updated the GeoJSON format specification link to RFC 7946. 2020-01-29 09:35:18 +01:00
files
forms
models Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. 2020-02-18 19:54:29 +01:00
templates Fixed #20995 -- Added support for iterables of template names to {% include %} template tag. 2020-02-18 06:56:05 +01:00
applications.txt Clarified AppConfig.ready() docs example. 2020-01-22 13:45:22 +01:00
checks.txt Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table collision when database routers are installed. 2020-02-17 13:53:45 +01:00
clickjacking.txt
csrf.txt
databases.txt Fixed #31212 -- Updated psycopg links to HTTPS and new location. 2020-01-29 06:25:40 +01:00
django-admin.txt Refs #31055 -- Added --database option to the check management command. 2020-02-07 11:01:31 +01:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object." 2020-02-11 20:39:12 +01:00
schema-editor.txt
settings.txt Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. 2020-02-05 14:39:01 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt