1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
2016-11-22 10:14:10 -05:00
..
class-based-views
contrib
files
forms
models
templates
applications.txt Added require_ready argument to get_model methods. 2016-10-28 19:08:57 -04:00
checks.txt Fixed #27295 -- Added a system check to prohibit model names that start or end with an underscore or contain double underscores. 2016-11-22 10:14:10 -05:00
clickjacking.txt
csrf.txt Used strict comparison in docs/ref/csrf.txt's JavaScript. 2016-06-28 12:51:51 -04:00
databases.txt Fixed #27420 -- Quoted the Oracle test user password in queries. 2016-11-08 16:30:22 -05:00
django-admin.txt Fixed #27438 -- Added the diffsettings --default option. 2016-11-10 07:50:49 -05:00
exceptions.txt Documented AppRegistryNotReady. 2016-10-06 10:21:57 -04:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt Fixed typo in docs/ref/middleware.txt. 2016-11-06 13:22:08 +01:00
migration-operations.txt Fixed #26808 -- Added Meta.indexes for class-based indexes. 2016-08-05 18:12:51 -04:00
request-response.txt
schema-editor.txt Refs #26709 -- Documented SchemaEditor.add/remove_index(). 2016-07-07 10:21:25 -04:00
settings.txt Fixed typo in docs/ref/settings.txt. 2016-11-11 07:01:48 -05:00
signals.txt Clarified when the post_migrate signal is sent during migrate. 2016-10-26 11:01:04 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt
urlresolvers.txt Fixed capitalization of "URL pattern". 2016-07-06 15:31:12 -04:00
urls.txt
utils.txt Fixed #27327 -- Simplified time zone handling by requiring pytz. 2016-10-27 08:53:20 -04:00
validators.txt Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension. 2016-06-30 09:08:50 -04:00
views.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00