1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref
2015-11-05 10:33:25 +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 #25660 -- Documented GEOSGeometry.dims 2015-11-05 10:33:25 +01:00
files
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 #25132 -- Documented how to retrieve a single value using values_list() and get(). 2015-11-03 12:23:45 +00: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 #24244 -- Documented contrib.admin.models.LogEntry 2015-11-05 09:47:18 +01:00
django-admin.txt Fixed #25604 -- Added makemigrations --check option. 2015-10-24 14:45:00 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
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
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Added some function links in translation docs 2015-10-07 17:25:23 +02:00
validators.txt
views.txt