Skip to content
Snippets Groups Projects
  1. Jan 03, 2023
    • Benjamin Hättasch's avatar
      Upgrade django and other python dependencies · 26423909
      Benjamin Hättasch authored
      Upgrade django to 4.1
      Upgrade django-timezone-field, django-simple-history, django-debug-toolbar and django-bootstrap-datepicker-plus
      Upgrade mysqlclient
      Remove obsolete pytz
      Adapt timezone handling code to new interface of TimezoneInfo (part of python since 3.9 and backport included in 3.8)
      Drop support for python 3.7 (since Django 4 requires >= 3.8)
      26423909
  2. Jan 01, 2023
    • Benjamin Hättasch's avatar
      Introduce alternative way to input availabilities and slots · 7ccd63a3
      Benjamin Hättasch authored
      Add start and end inputs below the calendar widget that can be used to add new entries to the calendar.
      Inputs are based on html5 widgets, will fallback to simple text inputs in very old browsers. Modern browsers also provide an integrated validation of the time ranges. In older browsers, this will be done latest on server side.
      This implements #124
      7ccd63a3
  3. Nov 26, 2022
  4. Aug 15, 2022
  5. May 25, 2022
  6. Nov 05, 2020
  7. May 19, 2020
  8. May 14, 2020
Loading