1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
2019-10-11 15:30:33 +02:00
..
class-based-views Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
contrib Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySet.select_related() was already called. 2019-10-07 10:38:08 +02:00
files
forms
models Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 2019-10-02 10:41:34 +02:00
templates Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
applications.txt
checks.txt Refs #29598 -- Removed FloatRangeField per deprecation timeline. 2019-09-10 12:01:00 +02:00
clickjacking.txt Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt. 2019-09-23 15:09:37 +02:00
csrf.txt
databases.txt Fixed #30834 -- Added explicit list of supported databases to the databases docs. 2019-10-03 19:34:51 +02:00
django-admin.txt Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. 2019-10-08 12:11:06 +02:00
exceptions.txt
index.txt
middleware.txt Fixed some typos in comments and docs. 2019-10-02 15:50:46 +02:00
migration-operations.txt Fixed #28273 -- Doc'd fast nullable column creation with defaults. 2019-10-07 13:15:27 +02:00
paginator.txt Fixed #14218 -- Added Paginator.__iter__(). 2019-10-02 09:49:31 +02:00
request-response.txt Refs #26601 -- Used new-style middlewares in documentation. 2019-09-24 09:58:17 +02:00
schema-editor.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
settings.txt Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes. 2019-10-11 15:30:33 +02:00
signals.txt Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove(). 2019-09-19 11:34:59 +02:00
template-response.txt
unicode.txt
urlresolvers.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
urls.txt
utils.txt Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control(). 2019-10-10 19:30:51 +02:00
validators.txt Removed versionadded/changed annotations for 2.2. 2019-09-10 12:01:00 +02:00
views.txt