Merge pull request #403 from loganknecht/documentation/fix_version_support_in_documentation

Change `docs/quickstart.rst` version support to match `README.rst`.
fix_request_path_info^2
Chris Glass 2020-08-14 11:16:02 +02:00 committed by GitHub
commit d95347b92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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