swisscom / cleanerversion

CleanerVersion adds a versioning/historizing layer to your relational DB which implements a "Slowly Changing Dimensions Type 2" behavior
Apache License 2.0
136 stars 53 forks source link

remove support for 1.6 and 1.7 (ref: #99) #120

Closed brki closed 8 years ago

brki commented 8 years ago

I suggest removing support for Django 1.6 and 1.7 in the master branch, and pointing people who want to use it with Django 1.6 or 1.7 to the last release that supported them.

maennel commented 8 years ago

This makes totally sense. Users requiring CleanerVersion to be compatible with Django 1.6 & 1.7 use a version up to 1.5.4. Django 1.9 is unfortunately still not entirely supported, but is addressed in #111 - Help is wanted. Thanks.