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-03-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_inlines
History
redodo
2e4776196d
Fixed
#29953
-- Added CSS class to column headers in tabular inlines.
...
The class name is the same as one given to the fields in the change list.
2018-11-20 18:17:53 -05:00
..
__init__.py
…
admin.py
Fixed
#29637
-- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
2018-08-10 11:20:43 -04:00
models.py
Fixed
#29953
-- Added CSS class to column headers in tabular inlines.
2018-11-20 18:17:53 -05:00
test_templates.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
tests.py
Fixed
#29953
-- Added CSS class to column headers in tabular inlines.
2018-11-20 18:17:53 -05:00
urls.py
Fixed
#21927
-- Made application and instance namespaces more distinct.
2015-06-08 15:12:20 -04:00