Changes between Initial Version and Version 1 of Ticket #29649
- Timestamp:
- Aug 8, 2018, 2:27:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29649 – Description
initial v1 33 33 34 34 === expected result 35 A form validation error in the admin: "Foo with this A and B already exists."35 A form validation error in the admin: {{{Foo with this A and B already exists.}}} 36 36 37 37 === actual result … … 46 46 === notes 47 47 48 When removing the ```readonly_fields```from the admin, all works as expected.48 When removing the {{{readonly_fields}}} from the admin, all works as expected. 49 49 50 50 Maybe related to #13091 (similar issue when list_editable is used instead of readonly_fields)