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-01 21:29:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Mariusz Felisiak
440603a4bc
Refs
#28436
-- Corrected docs regarding MySQL support of distance lookups.
2019-10-16 14:39:13 +02:00
..
class-based-views
…
contrib
Refs
#28436
-- Corrected docs regarding MySQL support of distance lookups.
2019-10-16 14:39:13 +02:00
files
…
forms
…
models
…
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
Fixed
#30834
-- Added explicit list of supported databases to the databases docs.
2019-10-03 19:34:51 +02:00
django-admin.txt
Fixed
#28790
-- Doc'd how to avoid running certain test classes in parallel.
2019-10-08 12:11:06 +02:00
exceptions.txt
…
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
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes.
2019-10-11 15:30:33 +02:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#23755
-- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
2019-10-10 19:30:51 +02:00
validators.txt
…
views.txt
…