1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/admin_inlines
Tom Carrick 788f7b8100 [4.2.x] 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>

Backport of d687febce5 from main
2023-03-28 05:35:28 +02:00
..
__init__.py
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 [4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line. 2023-03-28 05:35:28 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00