diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Changed South requirement from fixed 0.7.3 version to 0.7.x branch excluded broken 0.7.4 #16

Closed summerisgone closed 12 years ago

summerisgone commented 12 years ago

I thinnk it is good idea to have version range rather than fixed version. South has been updated and some projects may use the updated version. Also my experience with South shows that any South version works fine at most situations.

diefenbach commented 12 years ago

I think every LFS release should have pinned versions of dependencies. Otherwise the release can be broken in future without notice.

Thanks Kai

hjwp commented 11 years ago

any chance of an upgrade for this dependency to the latest south (0.7.6)?