Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Peter Pfeufer
2697fb5317
remove coding pragma. it's not needed since python 3.x
2021-05-17 09:51:09 +02:00
Peter Pfeufer
a99a375375
one and only one empty line at the end of the file
2021-05-17 09:48:57 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
Peter Pfeufer
3630812b92
revert migrations & set DEFAULT_AUTO_FIELD to django.db.models.AutoField
2021-05-10 13:35:40 +02:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
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