pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
49 stars 36 forks source link

Minimum required version for django-reversion should be 1.10 #33

Closed john2x closed 6 years ago

john2x commented 8 years ago

The reversion.revisions.register function was introduced in 1.10.

1.9.3 https://github.com/etianen/django-reversion/blob/release-1.9.3/src/reversion/revisions.py#L643 1.10.0 https://github.com/etianen/django-reversion/blob/release-1.10.0/src/reversion/revisions.py#L639

grahamu commented 6 years ago

Requirement updated to django-reversion=>2.0.12.