http://stackoverflow.com/questions/3712222/does-mysql-ignore-null-values-on-unique-constraints We should change the `unique_together` to: ``` unique_together = ( ("codename", "object_id", "content_type", "group"), ("codename", "object_id", "content_type", "user"), ) ```