Changes between Initial Version and Version 1 of Ticket #35065
- Timestamp:
- Dec 27, 2023, 4:23:26 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35065 – Description
initial v1 1 1 In Django Admin, if the validations of an autocomplete fields fails, the border of the input field isn't´n of the error color (#ba2121 by default). 2 2 3 [[Image(ticket:35065:django-admin-sample.PNG)]] 3 4 4 5 Why? Because in that case the {{{select html element}}} is hidden.