1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
Tim Graham a4f23eba2e Fixed #23421 -- Corrected TEST SERIALIZE setting.
Thanks gkoller for the report.
2014-09-24 14:46:10 -04:00
..
class-based-views Fixed #22154 -- Added "Built-in" to some class-based views titles. 2014-08-23 19:30:42 -04:00
contrib Removed sudo from pip commands in docs. 2014-09-22 15:49:48 -04:00
files Fixed spelling mistake in file docs. 2014-08-26 09:44:24 -04:00
forms Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
models Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
templates Fixed #23527 -- Removed Cheetah references in docs 2014-09-21 18:03:31 +02:00
applications.txt
checks.txt Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
clickjacking.txt
databases.txt Changed Oracle test-user creation to grant privileges instead of roles 2014-09-24 04:58:33 +03:00
django-admin.txt Corrected --noinput docs for makemigrations; refs #23407. 2014-09-24 13:29:07 -04:00
exceptions.txt Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
index.txt
middleware.txt Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
migration-operations.txt Fixed #23426 -- Don't require double percent sign in RunSQL without parameters 2014-09-24 07:20:57 -04:00
request-response.txt Fixed #10190 -- Made HttpResponse charset customizable. 2014-08-19 17:34:38 -04:00
schema-editor.txt
settings.txt Fixed #23421 -- Corrected TEST SERIALIZE setting. 2014-09-24 14:46:10 -04:00
signals.txt Added missing import in docs/ref/signals.txt. 2014-09-02 08:14:02 -04:00
template-response.txt Fixed #10190 -- Made HttpResponse charset customizable. 2014-08-19 17:34:38 -04:00
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #23388 -- Made django.utils.timezone.override usable as a decorator 2014-08-31 09:03:53 +02:00
validators.txt Fixed #22959 -- Documented that class-based validators need to be deconstructible. 2014-09-24 14:32:49 -04:00
views.txt