T'rahk Rokym
bf43f59232
Fix the role distribution if several configs hold the same corporation/alliance
2025-05-21 21:29:21 +02:00
Joel Falknau
f342ccbc6a
Revert "[REMOVE] Unused imports"
...
This reverts commit f497c18e5b .
2025-03-03 11:47:19 +10:00
Peter Pfeufer
f497c18e5b
[REMOVE] Unused imports
2025-02-16 23:20:36 +01:00
Ariel Rin
05d7fb1f63
repr workaround no longer needed
2023-05-03 14:23:10 +10:00
Ariel Rin
3b19db2564
let pre-commit do some work
2023-05-03 13:18:05 +10:00
Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
Erik Kalkoken
0127b1ea9e
Add more tests to eveonline module
2020-02-04 04:44:16 +00: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
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