django/tests/admin_inlines
Tom Carrick d687febce5 Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line.
Thanks Antonio Candido Nazareth junior for the report.

Regression in 96a598356a.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-03-27 14:05:24 +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 #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line. 2023-03-27 14:05:24 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00