Changes between Initial Version and Version 1 of Ticket #28992
- Timestamp:
- Jan 5, 2018, 5:25:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28992 – Description
initial v1 1 When I have a @GenericIPAddressField@ of the model in @search_fields@ of a @ModelAdmin@and then search for example a space, the admin dies with 500 and1 When I have a `GenericIPAddressField` of the model in `search_fields` of a `ModelAdmin` and then search for example a space, the admin dies with 500 and 2 2 3 @DataError: invalid input syntax for type inet: " "@ 3 `DataError: invalid input syntax for type inet: " "` 4 4 5 5 exception is e-mailed.