Skip to content

Commit bd5faf0

Browse files
committed
Update README with supported versions
1 parent 5111fb0 commit bd5faf0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

+3-4
Original file line numberDiff line numberDiff 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,
6061
we still encourage to use them with caution. Each subclassed model will require
6162
Django to perform an ``INNER JOIN`` to fetch the model fields from the database.
6263
While taking this in mind, there are valid reasons for using subclassed models.
6364
That'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

6968
For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/>`_.
7069

0 commit comments

Comments
 (0)