Sebastian Lohff
613cf9c099
Make profile a modelviewset + add /me/ for current profile
2022-01-22 17:27:39 +01:00
Sebastian Lohff
fc78b91c51
Reorganize imports of api views.py
2022-01-22 17:27:39 +01:00
Sebastian Lohff
3c6936ba44
Move QSO no validation into model
2022-01-22 17:27:39 +01:00
Sebastian Lohff
a7f303e651
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.
2022-01-22 17:27:39 +01:00
Sebastian Lohff
0c8ba5eb87
Add REST API to webinterface
2022-01-22 17:27:39 +01:00
Sebastian Lohff
b528d4dbb4
Add REST API to webinterface
2022-01-22 17:27:39 +01:00
Sebastian Lohff
b0d7f9f2ec
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
2022-01-22 17:27:39 +01:00
Sebastian Lohff
c41a30c66b
clear_contest: make python3 ready, remove unused import
2022-01-22 17:27:39 +01:00
Sebastian Lohff
a00ae715ac
Bump django version to 1.11
2022-01-22 17:27:39 +01:00
Sebastian Lohff
ba9c99e0ce
Move to consistent use of spaces instead of tabs
...
Required for python3 transition
2022-01-22 17:27:39 +01:00
Sebastian Lohff
c9cff07432
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-01-28 11:24:31 +01:00