0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref
2020-07-07 09:26:44 +02:00
..
class-based-views Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView. 2020-06-26 11:12:57 +02:00
contrib Fixed #31713 -- Added SpatialReference support to GDALRaster.transform(). 2020-07-07 09:26:44 +02:00
files
forms Fixed #9061 -- Allowed FormSets to disable deleting extra forms. 2020-06-24 09:26:25 +02:00
models Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 2020-06-26 08:46:01 +02:00
templates Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:20:57 +02:00
applications.txt
checks.txt Fixed #31530 -- Added system checks for invalid model field names in CheckConstraint.check and UniqueConstraint.condition. 2020-07-06 09:16:57 +02:00
clickjacking.txt
csrf.txt Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:20:57 +02:00
databases.txt
django-admin.txt Fixed #31690 -- Added note about fuzzy entries in translation docs. 2020-06-15 07:58:47 +02:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt
request-response.txt Fixed #31696 -- Updated OWASP links in docs. 2020-06-15 09:44:08 +02:00
schema-editor.txt
settings.txt Fixed #31696 -- Updated OWASP links in docs. 2020-06-15 09:44:08 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 2020-05-29 06:47:51 +02:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt