Update README for Django compatibility list

fix_request_path_info^2
Bastien Vallet 2020-08-10 22:48:31 +02:00
parent b6921baede
commit 7f248bd4bd
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ Django to perform an ``INNER JOIN`` to fetch the model fields from the database.
While taking this in mind, there are valid reasons for using subclassed models. While taking this in mind, there are valid reasons for using subclassed models.
That's what this library is designed for! That's what this library is designed for!
The current release of *django-polymorphic* supports Django 2.1, 2.2, 3.0 and Python 3.5+ is supported. The current release of *django-polymorphic* supports Django 2.1, 2.2, 3.0, 3.1
and Python 3.5+ is supported.
For older Django versions, install *django-polymorphic==1.3*. For older Django versions, install *django-polymorphic==1.3*.
For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/>`_. For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/>`_.