Erik Kalkoken
0127b1ea9e
Add more tests to eveonline module
2020-02-04 04:44:16 +00:00
Aaron Kable
23a8b65ce2
Fix Autogroups, Add Autogroups to admin
2019-08-22 20:37:55 -04:00
Adarnof
21782293ea
Create missing Corp/Alliance models.
...
Thanks @Lof79
2018-04-17 12:08:39 -04:00
Adarnof
ad1fd633b1
Ensure autogroups are removed if new state has config
2018-04-07 20:59:45 -04:00
Adarnof
ef9284030b
Remove autogroups if no config for state.
2018-04-07 20:59:45 -04:00
Adarnof
89e5740027
Update autogroups on main character save
...
Closes #997
2018-04-07 20:59:45 -04:00
Adarnof
106f6bbcea
Fix test user creation.
2018-04-07 20:59:45 -04:00
Basraah
e6358d948a
Fix bug preventing users being added to alliance autogroups
...
Will need `python manage.py migrate eve_autogroups zero` before updating
2017-12-23 14:43:05 +10:00
Basraah
856f1e176a
Fix copy paste error, add extra debug output
2017-12-22 11:35:49 +10:00
Adarnof
d370ae48a2
Full import path
...
Python doesn't want to play nice.
2017-12-21 15:32:42 -05:00
Adarnof
38baeba254
Load signals with app
2017-12-21 15:25:53 -05:00
Basraah
70c4b17518
[v2] Alliance and Corp Autogroups ( #902 )
...
* 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
2017-12-04 12:52:05 +10:00