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
commit
d95347b92d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue