If i run python manage.py syncdb i get the following error:
Error: One or more models did not validate:
gatekeeper.moderatedobject: Accessor for field 'content_type' clashes with related field 'ContentType.moderatedobject_set'. Add a related_name argument to the definition for 'content_type'.
Any idea why? (Using the current version 0.4.0a)