1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/ref
Sergey Fedoseev 7127eb287f Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions
Added support for ST_Difference/ST_Intersection/ST_SymDifference.
2015-11-02 19:25:53 +01:00
..
class-based-views Fixed #25397 -- Documented class-based view context variable clash with context processors. 2015-10-23 15:18:39 -04:00
contrib Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functions 2015-11-02 19:25:53 +01:00
files Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
forms Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data. 2015-10-21 13:50:48 -04:00
models Fixed #21422 -- Documented that prefetch_related() results must be homogeneous. 2015-10-30 10:26:54 -04:00
templates Fixed #25397 -- Documented class-based view context variable clash with context processors. 2015-10-23 15:18:39 -04:00
applications.txt Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00
checks.txt Revert "Fixed #25417 -- Added a field check for invalid default values." 2015-10-27 11:02:35 -04:00
clickjacking.txt
csrf.txt
databases.txt Fixed link to the MySQL Connector/Python Django Backend documentation. 2015-10-02 12:31:53 -04:00
django-admin.txt Fixed #25604 -- Added makemigrations --check option. 2015-10-24 14:45:00 -04:00
exceptions.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
index.txt
middleware.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
migration-operations.txt Corrected use of 'affect' vs 'effect' in docs. 2015-09-25 18:34:29 -04:00
request-response.txt Added "Attributes set by application code" section to HttpRequest. 2015-10-28 09:26:23 -04:00
schema-editor.txt
settings.txt Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions. 2015-10-29 17:28:37 -04:00
signals.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
template-response.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
unicode.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
urlresolvers.txt Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline. 2015-09-23 19:31:09 -04:00
urls.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
utils.txt Added some function links in translation docs 2015-10-07 17:25:23 +02:00
validators.txt Removed versionadded/changed annotations for 1.8. 2015-09-23 19:31:11 -04:00
views.txt