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 |
|
Joel Falknau
|
392a0c4dcb
|
Merge remote-tracking branch 'upstream/master' into v2.9.x
|
2021-08-20 14:41:38 +10:00 |
|
Erik Kalkoken
|
1e133b7c5d
|
Improve notifications
|
2021-08-11 06:06:23 +00:00 |
|
Peter Pfeufer
|
8c3df89d52
|
remove trailing whitespaces
|
2021-05-17 09:46:11 +02:00 |
|
Erik Kalkoken
|
4394d25961
|
Notifications refresh v2 and session caching
|
2021-01-16 00:09:49 +00: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 |
|