diff options
| author | Gregory N. Schmit <schmitgreg@gmail.com> | 2018-12-21 01:24:04 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-07 19:56:47 -0500 |
| commit | 48c17807a99f7a4341c74db19e16a37b010827c2 (patch) | |
| tree | f5af98a18c850b96161b3c758fccf7eb7b617482 /docs | |
| parent | 5cc6f02f91e8860c867cc68cf42e66b5bb54c63d (diff) | |
Fixed #16027 -- Added app_label to ContentType.__str__().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 6c5eb0ccb5..344302c460 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -285,7 +285,8 @@ Django 3.0, we're removing these APIs at this time. Miscellaneous ------------- -* ... +* ``ContentType.__str__()`` now includes the model's ``app_label`` to + disambiguate model's with the same name in different apps. .. _deprecated-features-3.0: |
