Changes between Initial Version and Version 1 of Ticket #28404, comment 15
- Timestamp:
- Apr 13, 2022, 1:55:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28404, comment 15
initial v1 37 37 38 38 If this existed the admin filter could for empty value could basically be `__empty=True` [https://github.com/django/django/blob/7119f40c9881666b6f9b5cf7df09ee1d21cc8344/django/contrib/admin/filters.py#L247 instead of] `__isnull=True`. 39 40 I don't think we should change the list display behaviour without fixing the filter one as that would cause a large discrepancy and given the filter one is a bit tricky I'd suggest starting by adjusting the documentation.