mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -
This commit is contained in:
parent
b4d8b16e51
commit
e4a578e70e
3 changed files with 6 additions and 3 deletions
|
@ -249,6 +249,9 @@ Miscellaneous
|
|||
* CSS and images in ``contrib.admin`` to support Internet Explorer 6 & 7 have
|
||||
been removed as these browsers have reached end-of-life.
|
||||
|
||||
* The text displayed for null columns in the admin changelist ``list_display``
|
||||
cells has changed from ``(None)`` (or its translated equivalent) to ``-``.
|
||||
|
||||
* ``django.http.responses.REASON_PHRASES`` and
|
||||
``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use
|
||||
Python's stdlib instead: :data:`http.client.responses` for Python 3 and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue