Commit graph

6 commits

Author SHA1 Message Date
35b4313ad1 update dependencies, replace pycrypto with cryptography 2025-04-11 21:44:34 +02:00
7ed4a39b36 upgrade django 2022-09-27 20:54:21 +02:00
e8fa8f6d13 django4 fixes 2022-06-11 21:10:41 +02:00
Matthias
09af25761c
Fixes IndexError on save with removed member forwarding email (#11)
* Fixed IndexError if a non existent field gets queried for a value. Using dict.get to either get a value or provide a reasonable default
* Removed list construction around new_key value
* Clean up source code with 80x25 terminal and vim (complies with PEP-8)
* Added some docstrings
2020-12-05 23:23:19 +01:00
cmile
bc0258ea8f upgrade to django 1.11.16 and python3.6 2018-10-03 00:16:28 +02:00
Uwe Kamper
5e29478516 #11 passwords are now stored with aes-128 encryption 2013-10-27 21:13:41 +01:00