django/docs/ref
Windson yang a390cc7109 [2.0.x] Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.
Backport of 4fe5d84666 from master
2018-04-04 10:19:12 -04:00
..
class-based-views [2.0.x] Added a pagination example to ListView docs. 2018-03-26 12:41:30 -04:00
contrib Reverted "[2.0.x] Expanded docs for AbstractBaseUser.has_usable_password()." 2018-03-21 20:05:22 -04:00
files Refs #27777 -- Improved docs/added test for File context manager change. 2017-05-31 21:02:58 -04:00
forms [2.0.x] Fixed a couple mistakes in docs/ref/forms/widgets.txt. 2018-03-12 09:40:48 -04:00
models [2.0.x] Fixed reference to nonexistent __between lookup. 2018-04-04 09:43:51 -04:00
templates [2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe. 2018-01-27 09:41:15 -05:00
applications.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.txt [2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path() routes. 2017-11-07 11:40:17 -05:00
clickjacking.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
csrf.txt Refs #16870 -- Doc'd that CSRF protection requires the Referer header. 2017-06-22 11:50:00 -04:00
databases.txt [2.0.x] Updated documented mysqlclient requirement to 1.3.7. 2017-12-21 19:13:32 -05:00
django-admin.txt [2.0.x] Fixed #29250 -- Added 'django_version' context to startapp/project docs. 2018-03-22 21:36:43 -04:00
exceptions.txt Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt [2.0.x] Updated various links in docs to use HTTPS. 2018-01-07 14:35:06 +01:00
migration-operations.txt Removed unused imports in example migrations. 2017-01-21 07:40:33 -05:00
request-response.txt [2.0.x] Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse. 2018-04-04 10:19:12 -04:00
schema-editor.txt Refs #26709 -- Documented SchemaEditor.add/remove_index(). 2016-07-07 10:21:25 -04:00
settings.txt [2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs. 2018-01-24 14:48:39 -05:00
signals.txt Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). 2017-04-06 09:09:49 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt [2.0.x] Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and urlquote_plus() with standard library alternatives. 2017-11-01 11:11:48 -04:00
urlresolvers.txt Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
urls.txt [2.0.x] Corrected doc'd type of some parameters from string to str. 2018-02-12 09:37:57 -05:00
utils.txt [2.0.x] Refs #25181 -- Updated timezone.now() docs about obtaining the time in the current time zone. 2017-12-20 10:44:45 -05:00
validators.txt Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field. 2017-08-12 20:14:14 -04:00
views.txt Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00