Skip to content

Commit

Permalink
Updated Python/Django/DRF compatibility version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Aug 22, 2021
1 parent 6f84572 commit aeb5020
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
10 changes: 3 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ Compatibility

- Python:

- 3.4
- 3.5
- 3.6
- 3.7

.. note:: The 1.2 release dropped support for Python 3.3.x.
- 3.8
- 3.9

- `Django <https://www.djangoproject.com/>`_:

Expand All @@ -48,9 +46,6 @@ Compatibility
- 3.1.x
- 3.2.x

.. note:: The 1.4 release dropped support for Django 1.5.x & 1.6.x.
.. note:: The 1.7 release dropped support for Django 1.7.x.

- `Pillow <https://pillow.readthedocs.io/en/latest/index.html>`_ >=2.4.0

- `Django REST Framework <http://www.django-rest-framework.org/>`_:
Expand Down Expand Up @@ -83,6 +78,7 @@ Table of Contents

Release Notes
=============

2.1
^^^
- Added support for Django 3.1 & 3.2.
Expand Down
12 changes: 3 additions & 9 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,19 @@ Installation is easy with `pip <https://pypi.python.org/pypi/pip>`__:
Python Compatibility
--------------------

- 2.7.x
- 3.3.x
- 3.4.x
- 3.5.x
- 3.6.x
- 3.7.x
- 3.8.x
- 3.9.x

Django Compatibility
--------------------

- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 2.0.x
- 2.1.x
- 2.2.x
- 3.0.x
- 3.1.x
- 3.2.x

Dependencies
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Flexible in development, light-weight in production
Fully Tested & Python 3 Ready
-----------------------------

``django-versatileimagefield`` is a rock solid, `fully-tested <https://coveralls.io/r/WGBH/django-versatileimagefield>`_ Django app that is compatible with Python 2.7, 3.4 and 3.5 and works with Django 1.5.x thru 1.9.x
``django-versatileimagefield`` is a rock solid, `fully-tested <https://coveralls.io/r/WGBH/django-versatileimagefield>`_ Django app that is compatible with Python 3.6 thru 3.9 and works with Django 2.0.x thru 3.2.x

Get Started
-----------
Expand Down
4 changes: 0 additions & 4 deletions docs/writing_custom_sizers_and_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ home.
``versatileimagefield`` – (i.e. ``versatileimagefield.py``)
that are available at the 'top level' of each app on ``INSTALLED_APPS``.

.. caution:: If your project is based on python 2.x you can prevent import problems
by including ``from __future__ import absolute_import`` at the top of any files
related to your custom sizer/filter.

Here's an example:

::
Expand Down

0 comments on commit aeb5020

Please sign in to comment.