Change `docs/quickstart.rst` version support to match `README.rst`.

fix_request_path_info^2
Hugbot 2019-09-08 21:38:50 -07:00
parent ad4e6e90c8
commit 7638a13f65
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes', '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*. For older Django versions, use *django-polymorphic==1.3*.
Making Your Models Polymorphic Making Your Models Polymorphic