Skip to content
Snippets Groups Projects
  1. Oct 23, 2022
    • Benjamin Hättasch's avatar
      Upgrade multiple dependencies · ffeb920c
      Benjamin Hättasch authored and Nadja Geisler's avatar Nadja Geisler committed
      Bump django-split-settings, django-simple-history, django-registration-redux, django-debug-toolbar, djangorestframework, and pytz
      Create migration reflecting the changes in simple-history and pytz
      ffeb920c
  2. Apr 29, 2021
    • Benjamin Hättasch's avatar
      Update timezone-field and add pytz to requirements, add matching migration · c481f3a1
      Benjamin Hättasch authored
      Previously, the version of pytz was not fixed. This could lead to problems when the list of timezones of the locally installed version of pytz differed from the list fixed in migration 0027 of AKModel. This commit therefore:
      * updates django-timezone-field to the newest version
      * Adds pytz with the current version to requirements.txt
      * Introduces a migration to reflect the changes in the internal timezone list of pytz (--('America/Godthab', 'GMT-03:00 America/Godthab'), ++('America/Nuuk', 'GMT-03:00 America/Nuuk'), --('Australia/Currie', 'GMT+11:00 Australia/Currie'))
      c481f3a1
Loading