summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-03-12 09:40:03 -0400
committerTim Graham <timograham@gmail.com>2015-03-12 09:40:56 -0400
commite4a578e70e2e48ab792e38c67579808a1def6024 (patch)
treef6f962942be7248781a5c7a337b11358c14d35da /docs
parentb4d8b16e5109170614ba505e36f60c2ad64dafc2 (diff)
Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index b75216fbc6..00ae10b56b 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -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