Changes between Initial Version and Version 1 of Ticket #24513, comment 2
- Timestamp:
- Mar 20, 2015, 10:31:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24513, comment 2
initial v1 18 18 default_moderators = models.ManyToManyField(settings.AUTH_USER_MODEL, related_name="group_default_moderators") 19 19 }}} 20 21 Edit: All this info is included in traceback though … Have a look at the part under `KeyError: None` …