* Add pseudo foreign keys to EveCharacter model
* Ensure populate alliance is called on create
* Add unit tests for model
* Add extra signal for state removal/addition
* Add unit tests for signals
* Add tests for manager
* Add migrations
* Add sync command to admin control
* Prevent whitespace being stripped from group names
* Add documentation
* Added block for page_title as title fragment
* Add permissions auditing tool
* Added tests for permissions audit tool
* Added documentation for permissions tool
* Add permissions tool to coverage
Alter user field to OneToOneField
Migration to enforce uniqueness pre-change
Migration to ensure all users have an AuthServicesInfo
Receiver to automatically create one upon user creation
Replace AuthServicesInfo.get_or_create with get
Prevent deletion of AuthServicesInfo from admin site
Remove add and delete permissions from model.
Get character names in chunks on corpstats update to prevent HTTP400 when requesting >350(ish) names
Include corpstats docs.
Update settings docs.