Sebastian Lohff
94d2f5a8d8
Make profile a modelviewset + add /me/ for current profile
2020-03-17 20:25:39 +01:00
Sebastian Lohff
59a4c73bd0
Reorganize imports of api views.py
2020-03-17 20:24:16 +01:00
Sebastian Lohff
c43c5c1e10
Move QSO no validation into model
2020-02-08 22:49:14 +01:00
Sebastian Lohff
e049e45698
Remove broken check from QSO form
...
The check disallowed having a QSO with any callsign that is also a
reference. Obviously the user should also be able to log this kind
of QSO, even if it might not make sense. We don't judge.
2020-02-08 22:49:14 +01:00
Sebastian Lohff
e825685105
Add REST API to webinterface
2020-02-08 22:42:26 +01:00
Sebastian Lohff
ddb09d148e
Add REST API to webinterface
2020-02-08 22:35:24 +01:00
Sebastian Lohff
782f5cbe32
Allow regTime in user to be blank as well
...
Without regTime being blank a user with regTime NULL cannot be edited
via the admin interface
2020-02-08 22:35:24 +01:00
Sebastian Lohff
99ab46272b
Clarify choice of username at registration, again
...
Apparently it was still unclear to people what call they should use on
registration. Added extra message to explain this further.
2020-02-08 22:35:24 +01:00
Sebastian Lohff
92007bab02
clear_contest: make python3 ready, remove unused import
2020-02-08 22:35:24 +01:00
Sebastian Lohff
9efdeda3c6
Bump django version to 1.11
2020-02-08 22:35:24 +01:00
Sebastian Lohff
4b8a444f1f
Move to consistent use of spaces instead of tabs
...
Required for python3 transition
2020-01-26 11:36:47 +01:00