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-07 16:05:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Faheel Ahmad
5d4d62bf4f
Fixed
#29248
-- Renamed admin CSS class field-box to fieldBox.
2018-04-05 10:55:36 -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
Fixed
#29248
-- Renamed admin CSS class field-box to fieldBox.
2018-04-05 10:55:36 -04:00
urls.py
…
views.py
…