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

Django 1.7 incompatibility in will_not_clone in versions/admin.py #94

Closed frensjan closed 9 years ago

frensjan commented 9 years ago

The changes from https://github.com/swisscom/cleanerversion/commit/f64d69e6cd1e4e3fd030c17adbd9112a28ba4418 for will_not_clone in versions/admin.py broke compatibility with Django 1.7. The invocation of each_context in Django 1.7 doesn't have request as argument. See django/contrib/admin/sites.py on line 264.

maennel commented 9 years ago

Hey, @frensjan, thanks for reporting!

frensjan commented 9 years ago

@maennel no problem. Hope the PR helps.