django/tests/admin_inlines
Gregor Jerše 966ecdd482 Fixed #32819 -- Established relationship between form fields and their help text.
Thanks Nimra for the initial patch.

Thanks Natalia Bidart, Thibaud Colas, David Smith, and Mariusz Felisiak
for reviews.
2023-07-06 08:03:19 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fields in admin. 2022-03-01 08:09:58 +01:00
test_templates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #32819 -- Established relationship between form fields and their help text. 2023-07-06 08:03:19 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00