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-01-29 11:39:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_docs
History
Florian Apolloner
46572de2e9
Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' TemplateDetailView.
2021-06-02 10:58:39 +02:00
..
__init__.py
…
evilfile.txt
…
models.py
Fixed
#32421
-- Made admindocs ModelDetailView show model cached properties.
2021-02-11 06:50:50 +01:00
namespace_urls.py
…
test_middleware.py
Refs
#32508
-- Raised ImproperlyConfigured instead of using "assert" in middlewares.
2021-03-11 08:34:28 +01:00
test_utils.py
…
test_views.py
Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' TemplateDetailView.
2021-06-02 10:58:39 +02:00
tests.py
…
urls.py
…
views.py
…