Skip to content

Commit

Permalink
Add note about dropped Python and Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Jul 22, 2018
1 parent 5581509 commit 1bea26b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Requirements
``rules`` requires Python 2.7/3.4 or newer. It can optionally integrate with
Django, in which case requires Django 1.11 or newer.

Note: At any given moment in time, ``rules`` will maintain support for all
*Note*: At any given moment in time, ``rules`` will maintain support for all
currently supported Django versions, while dropping support for those versions
that reached end-of-life in minor releases. See the `Supported Versions`_
section on Django Project website for the current state and timeline.
Expand All @@ -91,6 +91,9 @@ section on Django Project website for the current state and timeline.
Upgrading from 1.x
==================

* Support Python 2.6 and 3.3, and Django versions before 1.11 has been
dropped.

* The ``SkipPredicate`` exception and ``skip()`` method of ``Predicate``,
that were used to signify that a predicate should be skipped, have been
removed. You may return ``None`` from your predicate to achieve this.
Expand Down

0 comments on commit 1bea26b

Please sign in to comment.