WISVCH / dienst2

CH Dienstensysteem: administratie van leden en post
https://dienst2.ch.tudelft.nl
Other
4 stars 2 forks source link

Upgrade to Django 1.11.2 #163

Closed praseodym closed 7 years ago

praseodym commented 7 years ago

https://docs.djangoproject.com/en/1.11/releases/1.11.2/

praseodym commented 7 years ago

In Django 1.11, GDAL was made a required dependency for GeoDjango. However, not having GDAL did not cause any exceptions, which was 'fixed' in Django 1.11.1 (#28160). Dienst2 uses Tastypie which doesn't require GeoDjango but does try to import it. Tastypie doesn't catch the new exception thrown by the failed import attempt, because it is thrown in such a way that applications cannot catch that exception (#28178). This is fixed in Django 1.11.2, so let's wait for that version to be released.