diff options
| author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2019-06-14 21:50:29 +0530 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-06-14 18:20:29 +0200 |
| commit | 87f5d07eededc86f8ce1797fdfca7d4903ee0edc (patch) | |
| tree | cb44a913de3732b615e76ef0444499558a00ffbd /docs | |
| parent | 1564e42ad397021093585147875a21dae1a3b3fc (diff) | |
Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 80c1d8904b..ba7e9f18da 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -322,6 +322,12 @@ backends. :class:`~django.db.models.DateTimeField` in ``datetime_cast_date_sql()``, ``datetime_extract_sql()``, etc. +:mod:`django.contrib.admin` +--------------------------- + +* Admin's model history change messages now prefers more readable field labels + instead of field names. + :mod:`django.contrib.gis` ------------------------- |
