1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
2021-07-14 20:28:21 +02:00
..
class-based-views Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin. 2021-07-14 09:47:03 +02:00
contrib Fixed typo in docs/ref/contrib/gis/tutorial.txt. 2021-07-09 20:17:16 +02:00
files
forms
models Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +02:00
templates
applications.txt
checks.txt
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #24522 -- Added a --shuffle option to DiscoverRunner. 2021-07-08 07:29:04 +02:00
exceptions.txt
index.txt
logging.txt Refs #32880 -- Created a new logging how-to document. 2021-07-12 09:04:25 +02:00
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt Fixed #32899 -- Added note about avoiding non-dict objects in JsonResponse docs. 2021-07-13 10:25:03 +02:00
schema-editor.txt
settings.txt Added note about zero timeout in cache settings docs. 2021-07-14 20:28:21 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt