Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
    • Benjamin Hättasch's avatar
      Improve AKModel · 2b7f9314
      Benjamin Hättasch authored
      Add or complete docstrings
      Remove code smells
      Disable irrelevant warnings
      Update translations to changed line numbers and line breaks
      Move duplicated code for event field pre-population and event timezone adaption to mixins
      2b7f9314
  2. May 17, 2023
  3. 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
  4. 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
  5. May 25, 2022
  6. May 19, 2020
  7. May 14, 2020
Loading