Fixed
- Using Django application registry instead of directly accessing `INSTALLED_APPS`
- Using Django messages API (86)
Added
- Index to `hash` field in AFatLink model (Thanks ErikKalkoken)
Changed
- Time period (year and month select) templates refactored
- FAT link hashes in log are now linked to their respective FAT link details, as
long as the FAT link is not deleted yet (Thanks to ErikKalkoken to let me know
how to do so without firing potentially hundreds of queries against the database)
- Reduced load time for all pages incl. admin site (Thanks ErikKalkoken)