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
/
django
History
Adnan Umer
534d8d875e
Fixed
#28600
-- Added prefetch_related() support to RawQuerySet.
2018-04-19 13:48:27 -04:00
..
apps
…
bin
…
conf
Fixed
#29324
-- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set.
2018-04-17 13:02:05 -04:00
contrib
Fixed
#29274
-- Increased the number of common passwords from 1k to 20k.
2018-04-16 11:01:47 -04:00
core
Fixed
#29301
-- Made management command --help display command-specific arguments before common arguments.
2018-04-11 13:52:20 -04:00
db
Fixed
#28600
-- Added prefetch_related() support to RawQuerySet.
2018-04-19 13:48:27 -04:00
dispatch
Fixed
#29334
-- Updated pypi.python.org URLs to pypi.org.
2018-04-17 20:24:27 -04:00
forms
…
http
Fixed
#27863
-- Added support for the SameSite cookie flag.
2018-04-13 20:58:31 -04:00
middleware
Fixed
#27863
-- Added support for the SameSite cookie flag.
2018-04-13 20:58:31 -04:00
template
…
templatetags
…
test
…
urls
…
utils
Fixed
#29334
-- Updated pypi.python.org URLs to pypi.org.
2018-04-17 20:24:27 -04:00
views
…
__init__.py
…
__main__.py
…
shortcuts.py
…