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-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_docs
History
Tom Carrick
bcc2befd0e
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00
..
__init__.py
…
evilfile.txt
…
models.py
…
namespace_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
test_middleware.py
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00
test_utils.py
Fixed
#30255
-- Fixed admindocs errors when rendering docstrings without leading newlines.
2019-11-29 12:47:42 +01:00
test_views.py
Refs
#30400
-- Improved typography in admin_doc/missing_docutils.html.
2020-05-23 12:02:10 +02:00
tests.py
Switched TestCase to SimpleTestCase where possible in Django's tests.
2018-11-27 08:58:44 -05:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
views.py
…