Explorar o código

Disable I10N to restore pre-4.0 datetime formatting

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
f111380674
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/netbox/settings.py

+ 1 - 0
netbox/netbox/settings.py

@@ -377,6 +377,7 @@ AUTHENTICATION_BACKENDS = [
 # Internationalization
 LANGUAGE_CODE = 'en-us'
 USE_I18N = True
+USE_L10N = False
 USE_TZ = True
 
 # WSGI