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-11 18:05:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_docs
History
Baptiste Mispelon
f47ba7e780
Fixed
#30255
-- Fixed admindocs errors when rendering docstrings without leading newlines.
...
Used inspect.cleandoc() which implements PEP-257 instead of an internal hook.
2019-11-29 12:47:42 +01:00
..
__init__.py
…
evilfile.txt
…
models.py
Fixed
#29385
-- Made admindocs ModelDetailView show model properties.
2018-06-03 21:00:28 -04:00
namespace_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
test_middleware.py
Added tests for middlewares' checks.
2019-10-23 08:18:02 +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
Fixed
#30731
-- Fixed handling trailing groups in simplify_regex().
2019-08-30 12:43:39 +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
…