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

Fix FlatPage class name #21

Closed b0uh closed 10 years ago

b0uh commented 10 years ago

Replace Flatpage by FlatPage since its the correct name (https://github.com/django/django/blob/master/django/contrib/flatpages/models.py)