* Implement logic to recover from failed event messages
5.11.6
* Two small fixes to make `sqlmigrate_schema` work: - requires_system_checks needs to be a list (from Django 1.4) - list of datsets need to be a set when calling Django schema migrate API
5.11.5
* Patch to fix custom implementation of UnlimitedCharField.max_length
5.11.4
* Recognize more than 2 consecutive capital letters as word boundaries * Fix database column naming in model mocker class construction
5.11.3
* Fix handling of geometry fields containing underscores in the attribute name. * Add utility cli commands for case-changes (snake, camel).
5.11.2
* Make export to csv/jsonlines less memory hungry.