1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/ref
Viktor Garske 1173db4a16 Fixed #31822 -- Added support for comments URL per feed item.
The item_comments hook returns a comments URL which is then used by the
feed builder.
2020-07-30 07:36:27 +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 #31822 -- Added support for comments URL per feed item. 2020-07-30 07:36:27 +02:00
files
forms Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs. 2020-07-13 20:32:57 +02:00
models Fixed typo in docs/ref/models/querysets.txt. 2020-07-22 22:53:20 +02:00
templates
applications.txt Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
checks.txt Fixed #31802 -- Added system check for non-integer SITE_ID. 2020-07-24 10:41:55 +02:00
clickjacking.txt
csrf.txt
databases.txt Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 2020-07-13 10:15:43 +02:00
django-admin.txt Fixed #31509 -- Made DiscoverRunner enable faulthandler by default. 2020-07-10 18:55:50 +02:00
exceptions.txt Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 2020-07-22 14:21:08 +01:00
index.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs. 2020-07-23 13:12:58 +02:00
schema-editor.txt
settings.txt Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs. 2020-07-23 20:36:52 +02:00
signals.txt Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +02:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt