1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests/regressiontests/admin_inlines
Wiktor Kolodziej 67dd54dc84 Fixed #19609: admin Inlines doesn't display help_text for readonly fields
Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field.

Original patch from Marc Aymerich Gubern
2013-02-23 18:24:32 +01:00
..
fixtures
__init__.py
admin.py Fixed #19609: admin Inlines doesn't display help_text for readonly fields 2013-02-23 18:24:32 +01:00
models.py Fixed #19609: admin Inlines doesn't display help_text for readonly fields 2013-02-23 18:24:32 +01:00
tests.py Fixed #19609: admin Inlines doesn't display help_text for readonly fields 2013-02-23 18:24:32 +01:00
urls.py