File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,14 @@ Features
5656* Uses the minumum amount of queries needed to fetch the inherited models.
5757* Disabling polymorphic behavior when needed.
5858
59- While *django-polymorphic * makes subclassed models easy to use in Django,
59+
60+ **Note: ** While *django-polymorphic * makes subclassed models easy to use in Django,
6061we still encourage to use them with caution. Each subclassed model will require
6162Django to perform an ``INNER JOIN `` to fetch the model fields from the database.
6263While taking this in mind, there are valid reasons for using subclassed models.
6364That's what this library is designed for!
6465
65- The current release of *django-polymorphic * supports Django 2.1, 2.2, 3.0, 3.1
66- and Python 3.5+ is supported.
67- For older Django versions, install *django-polymorphic==1.3 *.
66+ The current release of *django-polymorphic * supports Django 2.2 - 4.0 on Python 3.6+.
6867
6968For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/ >`_.
7069
You can’t perform that action at this time.
0 commit comments