Skip to content

Commit f491f53

Browse files
committed
Update docs to reflect supported django versions
1 parent 6551704 commit f491f53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Django to perform an ``INNER JOIN`` to fetch the model fields from the database.
6060
While taking this in mind, there are valid reasons for using subclassed models.
6161
That's what this library is designed for!
6262

63-
The current release of *django-polymorphic* supports Django 1.8, 1.10, 1.11 and Python 2.7 and 3.4+ is supported.
64-
For older Django versions, install *django-polymorphic==1.2*.
63+
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.4+ is supported.
64+
For older Django versions, install *django-polymorphic==1.3*.
6565

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

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Update the settings file::
1212
'django.contrib.contenttypes',
1313
)
1414

15-
The current release of *django-polymorphic* supports Django 1.8, 1.10, 1.11 and Python 2.7 and 3.4+ is supported.
16-
For older Django versions, use *django-polymorphic==1.2*.
15+
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.4+ is supported.
16+
For older Django versions, use *django-polymorphic==1.3*.
1717

1818
Making Your Models Polymorphic
1919
------------------------------

0 commit comments

Comments
 (0)