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 57 forks source link

Change argument extra_context's default value #31

Closed mozillazg closed 10 years ago

mozillazg commented 10 years ago

Change keyword argument extra_context's default value from {} to None.