jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 58 forks source link

Python3 + Django 1.5 compatibility #13

Closed remik closed 11 years ago

remik commented 11 years ago

Django changed name for force_unicode. Added backward compatibility too.

remik commented 11 years ago

Thanks for merge. Can you do a new release?