.. |
apps
|
24b82cd201
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
il y a 6 ans |
bin
|
784a53beef
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
il y a 8 ans |
conf
|
0468159763
Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
|
il y a 5 ans |
contrib
|
b5a5c92c72
Fixed #30066 -- Enabled super user creation without email and password
|
il y a 5 ans |
core
|
d0861fcb2d
Refs #23919 -- Replaced super(ASGIHandler, self) with super().
|
il y a 5 ans |
db
|
d275fd04f3
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQL() on Oracle.
|
il y a 5 ans |
dispatch
|
e90af8bad4
Capitalized "Python" in docs and comments.
|
il y a 6 ans |
forms
|
d89053585e
Improved error message when index in __getitem__() is invalid.
|
il y a 5 ans |
http
|
54d0f5e62f
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
|
il y a 5 ans |
middleware
|
8b3f1c35dd
Removed unnecessary assignments in various code.
|
il y a 6 ans |
template
|
9e38ed0536
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizeformat filters.
|
il y a 5 ans |
templatetags
|
78dc7039bc
Replaced loop with dictionary comprehension.
|
il y a 6 ans |
test
|
73ac9e3f04
Fixed #30677 -- Improved error message for urlencode() and Client when None is passed as data.
|
il y a 5 ans |
urls
|
22394bd3a1
Fixed #29667 -- Prohibited whitespaces in path() URLs.
|
il y a 5 ans |
utils
|
a44d80f88e
Adjusted subprocess.run() calls to use arg list, rather than string.
|
il y a 5 ans |
views
|
503f60ff57
Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises Http404.
|
il y a 5 ans |
__init__.py
|
ffe53096a9
Bumped version; master is now 3.0 pre-alpha.
|
il y a 6 ans |
__main__.py
|
617eff41ac
Fixed #24857 -- Added "python -m django" entry point.
|
il y a 9 ans |
shortcuts.py
|
573ec714e5
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
il y a 6 ans |