GiPHouse / Website

GiPHouse website based on Django Framework
https://giphouse.nl
GNU Affero General Public License v3.0
5 stars 2 forks source link

Remove FILE_CHARSET once it is not needed anymore #485

Closed joren485 closed 4 years ago

joren485 commented 4 years ago

Description

The FILE_CHARSET setting is removed in Django 3.1. In 67d4dda184c35f1d72f213e055d0b7b94889bf53 it has been added for temporary backwards compatibility. It should be removed when it is not needed anymore (i.e. when all the libraries we use, do not use it anymore).

joren485 commented 4 years ago

Closed by #499