1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.

This commit is contained in:
rynomster
2016-01-14 10:26:44 +02:00
committed by Tim Graham
parent 67907ed845
commit 468d8211df
4 changed files with 45 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ Minor features
* Selected objects for fields in ``ModelAdmin.raw_id_fields`` now have a link
to object's change form.
* Added "No date" and "Has date" choices for ``DateFieldListFilter`` if the
field is nullable.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~