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-13 10:56:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Claude Paroz
607970f31c
Replaced django.test.utils.patch_logger() with assertLogs().
...
Thanks Tim Graham for the review.
2018-05-07 09:34:00 -04:00
..
templates
…
__init__.py
…
admin.py
Fixed hanging indentation in various code.
2018-03-16 10:54:34 +01:00
custom_has_permission_admin.py
…
customadmin.py
…
forms.py
…
models.py
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
test_actions.py
…
test_adminsite.py
…
test_autocomplete_view.py
…
test_forms.py
…
test_multidb.py
…
test_static_deprecation.py
…
test_templatetags.py
Refs
#27728
-- Fixed BytesWarning in admin_views tests.
2018-04-03 10:11:35 -04:00
tests.py
Replaced django.test.utils.patch_logger() with assertLogs().
2018-05-07 09:34:00 -04:00
urls.py
…
views.py
…