This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
David-Wobrock
7b42d34646
Refs
#27718
-- Doc'd and tested QuerySet.exists() for combined querysets.
...
Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.
2020-11-16 15:15:41 +01:00
..
class-based-views
…
contrib
Doc'd that admin site booleans are tri-state.
2020-11-14 07:28:13 +01:00
files
…
forms
…
models
Refs
#27718
-- Doc'd and tested QuerySet.exists() for combined querysets.
2020-11-16 15:15:41 +01:00
templates
Fixed
#32149
-- Added support for years < 1000 to DateFormat.y().
2020-11-12 12:43:06 +01:00
applications.txt
…
checks.txt
Fixed
#31757
-- Adjusted system check for SECRET_KEY to warn about autogenerated default keys.
2020-11-11 12:45:34 +01:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#31216
-- Added support for colorama terminal colors on Windows.
2020-11-11 14:27:10 +01:00
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#32124
-- Added per-view opt-out for APPEND_SLASH behavior.
2020-10-22 14:15:19 +02:00
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Updated {% static %} tag examples in docs to use single quotes where appropriate.
2020-11-02 10:34:24 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…