Skip to content

Commit

Permalink
Bumped the minimum Django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Mar 22, 2015
1 parent fe19d39 commit 5b8c759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -12,11 +12,11 @@ django-natural-query

Natural queries using objects and operators for Django.

**Supported Django versions**: 1.7a2 and above
**Supported Django versions**: 1.8rc1 and above

.. warning::
This project is currently not production ready and uses the beta version of Django 1.7.
Once Django 1.7 is released this project will stabilize.
This project is currently not production ready and uses the RC1 version of Django 1.8.
This will hopefully land on Django 2.0.

Overview
========
Expand Down
3 changes: 1 addition & 2 deletions requirements/common.txt
@@ -1,2 +1 @@
Django>=1.7.0,<1.8.0
six==1.5.2
Django>=1.8c1

0 comments on commit 5b8c759

Please sign in to comment.