Peter Pfeufer
|
6a990c11e6
|
[ADD] sentinel user and migrate fleetactivitytracking
|
2023-12-17 23:50:13 +01: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
|
2697fb5317
|
remove coding pragma. it's not needed since python 3.x
|
2021-05-17 09:51:09 +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 |
|
colcrunch
|
48d25ca73f
|
Extend Ship Type field on FAT link.
Was not previously long enough for gold pods. Extended further for future-proofing.
|
2018-08-03 00:32:23 -04:00 |
|
Adarnof
|
1bd5eecd54
|
Correct old template URLs.
Remove redundant name from fatlink.
Remove optimer app dependency.
And other general cleanup.
Thanks @TargetZ3R0
|
2018-02-28 13:16:54 -05:00 |
|
Basraah
|
786859294d
|
Restructure Alliance Auth package (#867)
* Refactor allianceauth into its own package
* Add setup
* Add missing default_app_config declarations
* Fix timerboard namespacing
* Remove obsolete future imports
* Remove py2 mock support
* Remove six
* Add experimental 3.7 support and multiple Dj versions
* Remove python_2_unicode_compatible
* Add navhelper as local package
* Update requirements
|
2017-09-19 09:46:40 +10:00 |
|