1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref
2014-08-19 07:18:05 -04:00
..
class-based-views Fixed #18355 -- Added ordering options to list based generic views. 2014-08-15 11:09:47 -04:00
contrib Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00
files Removed some tabs in the docs. 2014-08-08 13:59:02 -04:00
forms Fixed some doc errors that caused syntax highlighting to fail. 2014-08-18 20:37:47 -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 some doc errors that caused syntax highlighting to fail. 2014-08-18 20:37:47 -04:00
applications.txt Checked more precisely whether the app registry is ready. 2014-07-12 18:49:37 +02:00
checks.txt Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 2014-07-09 16:01:09 -04:00
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
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 Removed doc reference to removed HttpResponse.mimetype. 2014-08-13 21:42:39 -04:00
schema-editor.txt
settings.txt Updated MySQL links to version 5.6. 2014-08-02 10:27:01 -04:00
signals.txt
template-response.txt
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 Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter. 2014-08-15 08:20:02 -04:00
validators.txt Fixed #23224 - Documented EmailValidator. 2014-08-14 13:28:12 -04:00
views.txt