File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,14 @@ Features
56
56
* Uses the minumum amount of queries needed to fetch the inherited models.
57
57
* Disabling polymorphic behavior when needed.
58
58
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,
60
61
we still encourage to use them with caution. Each subclassed model will require
61
62
Django to perform an ``INNER JOIN `` to fetch the model fields from the database.
62
63
While taking this in mind, there are valid reasons for using subclassed models.
63
64
That's what this library is designed for!
64
65
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+.
68
67
69
68
For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/ >`_.
70
69
You can’t perform that action at this time.
0 commit comments