Skip to content
Snippets Groups Projects
Commit c481f3a1 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Update timezone-field and add pytz to requirements, add matching migration

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'))
parent cc370cbf
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment