- Apparently, I did it wrong and `get_or_create` was throwing errors. Should be fixed now
2.8.5
Fixed
- Another attempt to fix the Duplicate Key Error that still happens from time to time. This is - to my analysis - because ESI is not fast enough to handle all the calls between the task runs. So we let Django handle it now, hopefully.
2.8.4
Fixed
- Duplicate Key error by moving check if character exists to `process_character` function instead of `process_fats` function
2.8.3
Fixed
- Access to character statistics
2.8.2
Fixed
- More permission fixes for statistics
2.8.1
Changed
- JavaScript modernized
Fixed
- An issue where a user can't see other characters statistics despite having the right permissions