Improve submission and update forms for AKs as well as underlying model
Improve blank and unique constraints of model: - allow blank starting times of slotes to store durations before scheduling and adapt string representation - change unique constraint from name and shortname of AK to unique for each event only Implement handling of tags for submission and update (auto-creation) by using a semicolon-separated text file instead of multiple choice field Implement handling of durations for submission Automatically generate short name Use different forms for submission and update Use special adapted template for AK updates instead of submission template Fix EventSlugMixin for POST requests
Showing
- AKModel/locale/de_DE/LC_MESSAGES/django.po 103 additions, 91 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0019_slot_start_optional.py 18 additions, 0 deletionsAKModel/migrations/0019_slot_start_optional.py
- AKModel/migrations/0020_ak_unique.py 27 additions, 0 deletionsAKModel/migrations/0020_ak_unique.py
- AKModel/models.py 7 additions, 3 deletionsAKModel/models.py
- AKModel/views.py 10 additions, 6 deletionsAKModel/views.py
- AKSubmission/forms.py 60 additions, 2 deletionsAKSubmission/forms.py
- AKSubmission/locale/de_DE/LC_MESSAGES/django.po 30 additions, 5 deletionsAKSubmission/locale/de_DE/LC_MESSAGES/django.po
- AKSubmission/templates/AKSubmission/ak_edit.html 22 additions, 0 deletionsAKSubmission/templates/AKSubmission/ak_edit.html
- AKSubmission/views.py 29 additions, 14 deletionsAKSubmission/views.py
Loading
Please register or sign in to comment