- Apr 05, 2023
-
-
Ernesto Rico Schmidt authored
-
- Apr 04, 2023
-
-
The image attributes on our models were using VersatileImageField before our migration to a separate image model. VersatileImageField uses a VARCHAR field internally that cannot be converted to a ForeignKey. Signed-off-by:
Ernesto Rico Schmidt <ernesto@helsinki.at>
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - use utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - use utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
- Apr 03, 2023
-
-
Ernesto Rico Schmidt authored
- remove ThumbnailsMixin and thumbnails fields, - remove image_* fields and theis usage, - introduce utils.delete_links function
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
Replace ModelWithImageFields with foreign key to Image.
-
- Mar 30, 2023
-
-
Ernesto Rico Schmidt authored
-
- Mar 29, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Mar 27, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Mar 26, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Feb 28, 2023
-
-
Ernesto Rico Schmidt authored
-
- Feb 24, 2023
-
- Feb 21, 2023
-
-
Ernesto Rico Schmidt authored
- add `includeVirtual` as GET parameter for `json_playout()` - refactor `json_playout` to be cleaner Closes: #120
-
Ernesto Rico Schmidt authored
-
- Feb 17, 2023
-
-
Ernesto Rico Schmidt authored
- remove remaining usage of naive datetime objects - refactor json_day_schedule and json_playout views - remove unused methods in TimeslotManager
-
- Feb 15, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Feb 14, 2023
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- Add choices for freq - Add choices for by_set_pos - Add unique_together
-
- Dec 05, 2022
-
-
Ernesto Rico Schmidt authored
Fixes: #133
-
- Nov 15, 2022
-
-
Ernesto Rico Schmidt authored
Only return the next repetition timeslot if there is one
-
- Nov 14, 2022
-
-
Ernesto Rico Schmidt authored
Only return the next repetition timeslot if there is one Fixes #131
-
- Oct 21, 2022
-
-
Ernesto Rico Schmidt authored
-