diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-03 14:57:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:10 -0400 |
| commit | 75374d3797c2cd2423982a870bb0bc74821e951f (patch) | |
| tree | 33d0560200ea93e2c96704a05c7a207c4a8ba12f /docs | |
| parent | a3fe4addcb9063fc327c8609c7ebba4d531da4ce (diff) | |
Refs #24099 -- Removed compatibility shim for ContentType.name field.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index d305039811..243a96aa55 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -82,11 +82,6 @@ The ``ContentType`` model :attr:`verbose_name <django.db.models.Field.verbose_name>` attribute of the model. -.. versionchanged:: 1.8 - - Before Django 1.8, the ``name`` property was a real field on the - ``ContentType`` model. - Let's look at an example to see how this works. If you already have the :mod:`~django.contrib.contenttypes` application installed, and then add :mod:`the sites application <django.contrib.sites>` to your |
