1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/ref
2019-12-02 07:57:19 +01:00
..
class-based-views Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 2019-10-30 14:43:52 +01:00
contrib Doc'd SpatiaLite support of 3D geometry fields. 2019-11-25 09:29:50 +01:00
files Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path. 2019-10-31 09:06:05 +01:00
forms Improved custom MultiWidget example in docs. 2019-11-26 18:11:00 +01:00
models Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance. 2019-12-02 07:57:19 +01:00
templates Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
applications.txt
checks.txt Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins. 2019-10-17 12:30:29 +02:00
clickjacking.txt
csrf.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
databases.txt Updated link to IBM DB2 backend. 2019-11-25 20:59:42 +01:00
django-admin.txt Fixed #25388 -- Added an option to allow disabling of migrations during test database creation. 2019-11-20 20:42:38 +01:00
exceptions.txt Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 2019-11-19 10:55:05 +01:00
index.txt
middleware.txt Fixed some typos in comments and docs. 2019-10-02 15:50:46 +02:00
migration-operations.txt Fixed #28273 -- Doc'd fast nullable column creation with defaults. 2019-10-07 13:15:27 +02:00
paginator.txt Fixed #14218 -- Added Paginator.__iter__(). 2019-10-02 09:49:31 +02:00
request-response.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
schema-editor.txt
settings.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
signals.txt Fixed typo in docs/ref/signals.txt. 2019-10-30 16:52:40 +01:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Documented arguments for custom 500 error view. 2019-11-06 09:08:15 +01:00
utils.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
validators.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
views.txt