![]() |
před 14 roky | |
---|---|---|
.. | ||
__init__.py | b31568aed3 Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation when using custom `ModelForm`s. | před 16 roky |
models.py | 0a9b5d7ade Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `readonly_fields` by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue. | před 14 roky |
tests.py | 909e002808 Fix UnboundLocalError than could occur during ModelAdmin validation. | před 14 roky |