mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #16027 -- Added app_label to ContentType.__str__().
This commit is contained in:
parent
5cc6f02f91
commit
48c17807a9
7 changed files with 25 additions and 13 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue