- Nov 21, 2020
-
-
Ernesto Rico Schmidt authored
- Make `Host.is_editable`, `Show.is_editable`, `Note.is_editable`, and `Note.get_audio_url` static methods, - Make `Schedule.instantiate_upcoming`, `Schedule.generate_timeslots`, `Schedule.get_collisions`, `Schedule.generate_conflicts`, `Schedule.make_conflicts` and `Schedule.resolve_conflicts` static methods. Most of these methods do not belong here. - Fix signatures of methods for subclasses of `viewsets.ModelViewSet` - Fix doctrins for subclasses of `viewsets.ModelViewSet` - Fix comparisons with None (replace '==' and '!=' with 'is' and 'is not')
-
- Nov 20, 2020
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Oct 05, 2020
-
-
Ernesto Rico Schmidt authored
Close #49
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Add missing Serializer, - also clean-up unused imports.
-
Ernesto Rico Schmidt authored
Also clean-up unused imports.
-
Ernesto Rico Schmidt authored
Also clean-up unused imports.
-
Ernesto Rico Schmidt authored
Also clean-up unused imports.
-
- Sep 17, 2020
-
-
David Trattnig authored
-
- Sep 10, 2020
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Aug 26, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 26, 2020
-
- Jun 25, 2020
-
-
Ernesto Rico Schmidt authored
Public Shows See merge request !9
-
-
- Apr 02, 2020
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Mar 30, 2020
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Django==1.11.29 - django-cors-headers==3.2.1 - django-oidc-provider==0.7.0 - django-tinymce==2.8.0 - django-versatileimagefield==1.11 - djangorestframework==3.11.0 - drf-nested-routers==0.91 - Pillow==4.3.0 - python-dateutil==2.8.1 - PyYAML==3.13 Later, upgrade - Django up to 2.2.11, the current LTS version - django-versatileimagefield up to 2.0, the current stable version - Pillow up to 7.0.0, the current stable version - PyYAML up to 5.3.1, the current stable version
-
Ernesto Rico Schmidt authored
-
- Jan 20, 2020
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Jan 15, 2020
-
-
David Trattnig authored
-
David Trattnig authored
-
- Aug 10, 2019
-
-
Ingo Leindecker authored
See #28
-
Christian Pointner authored
-
Ingo Leindecker authored
-
Ingo Leindecker authored
- Field "FundingCategory" is not mandatory anymore - Added new field "is_active": Active shows will be determined either by existing timeslots in the future (if show is active). If show is not active it will always be considered as inactive, even if there are upcoming timeslots.