Skip to content

Commit

Permalink
Note Python/Django version support in CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 9, 2013
1 parent 9c207e5 commit a334560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ tip (unreleased)

- Added explicit default to ``BooleanField`` in tests, for Django trunk
compatibility.
- Added Python 3 support
- Dropped support for Django 1.2 and 1.3. Django 1.4.0+ required.

This comment has been minimized.

Copy link
@carljm

carljm Apr 10, 2013

Collaborator

I believe actually 1.4.2+ is required, because 1.4.2 was the first version with the backported Python 3 support utilities.

This comment has been minimized.

Copy link
@treyhunner

treyhunner Apr 10, 2013

Author Member

I noticed that note on the docs site, but forgot to update that line before committing.

Do you think we should update travis and tox files to test against 1.4.2 instead of the latest 1.4 version?

This comment has been minimized.

Copy link
@carljm

carljm Apr 10, 2013

Collaborator

No, I think testing against 1.4.5 is best. There's really no reason for anyone on 1.4 to be using any earlier bugfix version (they have unpatched security holes).



1.3.0 (2013.03.27)
Expand Down

0 comments on commit a334560

Please sign in to comment.