This commit is contained in:
Felix Rindt
2020-08-20 20:42:23 +02:00
parent c94d384e86
commit a22451140b

View File

@@ -37,7 +37,7 @@ class FastCountryField(CountryField):
def check(self, **kwargs):
# Disable _check_choices since it would require sorting all country names at every import of this field,
# which taskes 1-2 seconds
# which takes 1-2 seconds
return [
*self._check_field_name(),
# *self._check_choices(),