mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Simplify version mentioning in README, classifiers
Remove Python version mentionings, as they are beholden to Django's constraints. See also: - https://github.com/jazzband/django-model-utils/issues/305
This commit is contained in:
parent
78e837e572
commit
419fe216b7
2 changed files with 7 additions and 5 deletions
|
|
@ -14,8 +14,7 @@ django-model-utils
|
|||
|
||||
Django model mixins and utilities.
|
||||
|
||||
``django-model-utils`` supports `Django`_ 1.8 through 1.10 (latest bugfix
|
||||
release in each series only) on Python 2.7, 3.3 (Django 1.8 only), 3.4 and 3.5.
|
||||
``django-model-utils`` supports `Django`_ 1.8 to 2.0.
|
||||
|
||||
.. _Django: http://www.djangoproject.com/
|
||||
|
||||
|
|
@ -23,12 +22,11 @@ This app is available on `PyPI`_.
|
|||
|
||||
.. _PyPI: https://pypi.python.org/pypi/django-model-utils/
|
||||
|
||||
|
||||
Getting Help
|
||||
============
|
||||
|
||||
Documentation for django-model-utils is available at https://django-model-utils.readthedocs.io/
|
||||
|
||||
Documentation for django-model-utils is available
|
||||
https://django-model-utils.readthedocs.io/
|
||||
|
||||
Contributing
|
||||
============
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -46,7 +46,11 @@ setup(
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Framework :: Django :: 1.10',
|
||||
'Framework :: Django :: 1.11',
|
||||
'Framework :: Django :: 2.0',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue