1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00
django/docs/ref
2014-08-26 10:40:12 -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 Fixed #23355 -- Updated admin jQuery to 1.11.1. 2014-08-24 15:26:29 -04:00
files Fixed spelling mistake in file docs. 2014-08-26 09:44:24 -04:00
forms Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
models Fixed #17272 -- Documented that non-editable fields are skipped during model validation. 2014-08-19 07:18:05 -04:00
templates Fixed #17719 -- Documented that template syntax sequences cannot be used as string literals. 2014-08-26 10:40:12 -04:00
applications.txt
checks.txt
clickjacking.txt
databases.txt Fixed #23016 -- Updated FAQs per Aymeric's suggestions. 2014-08-12 13:46:10 -04:00
django-admin.txt Fixed #5726 -- Documented that inspectdb doesn't detect defaults. 2014-08-19 06:14:14 -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
migration-operations.txt Fixed #23296 -- Fixed RunPython code sample in Migration Operations. 2014-08-15 13:56:14 -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 #23344 -- Removed duplicate docs for file upload settings. 2014-08-23 09:30:01 -04:00
signals.txt
template-response.txt Fixed #10190 -- Made HttpResponse charset customizable. 2014-08-19 17:34:38 -04:00
unicode.txt Updated MySQL links to version 5.6. 2014-08-02 10:27:01 -04:00
urlresolvers.txt
urls.txt Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.txt Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
validators.txt Fixed #23224 - Documented EmailValidator. 2014-08-14 13:28:12 -04:00
views.txt