Merge pull request #403 from loganknecht/documentation/fix_version_support_in_documentation

Change `docs/quickstart.rst` version support to match `README.rst`.
This commit is contained in:
Chris Glass
2020-08-14 11:16:02 +02:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes',
)
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.5+ is supported.
The current release of *django-polymorphic* supports Django 1.11, 2.0, 2.1, 2.2 and Python 2.7 and 3.5+ is supported.
For older Django versions, use *django-polymorphic==1.3*.
Making Your Models Polymorphic