cbmi/account
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
..
locale/de/LC_MESSAGES indoor pin and cteward integration 2015-09-24 21:40:54 +02:00
migrations cleanup 2018-10-04 08:42:58 +02:00
templates upgrade to django 1.11.16 and python3.6 2018-10-03 00:16:28 +02:00
__init__.py Init 2013-10-19 00:47:24 +02:00
cbase_members.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
forms.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
models.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
password_encryption.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
signals.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
tests.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
urls.py upgrade to django 1.11.16 and python3.6 2018-10-03 00:16:28 +02:00
views.py Fixes IndexError on save with removed member forwarding email (#11) 2020-12-05 23:23:19 +01:00
wsgi.py indoor pin and cteward integration 2015-09-24 21:40:54 +02:00