Changes between Initial Version and Version 1 of Ticket #28404, comment 15


Ignore:
Timestamp:
Apr 13, 2022, 1:55:26 PM (2 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28404, comment 15

    initial v1  
    3737
    3838If 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
     40I 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.
Back to Top