Update to latest django-countries

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2015-04-02 08:11:14 -05:00
parent 30bb320ed7
commit ffa9a3ca80
3 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Jinja2==2.7.3
Markdown==2.6.1
MarkupSafe==0.23
bencode==1.0
django-countries==3.2
django-countries==3.3
django-jinja==1.3.0
jsmin==2.1.1
pgpdump==1.5

View File

@ -5,7 +5,7 @@ Jinja2==2.7.3
Markdown==2.6.1
MarkupSafe==0.23
bencode==1.0
django-countries==3.2
django-countries==3.3
django-jinja==1.3.0
jsmin==2.1.1
pgpdump==1.5

View File

@ -151,7 +151,7 @@
'handlers': ['mail_admins'],
'level': 'ERROR',
'propagate': True,
},
}
},
}
@ -174,6 +174,12 @@
'http://tracker.archlinux.org:6969/announce',
)
# Shorten some names just a bit
COUNTRIES_OVERRIDE = {
'GB': 'United Kingdom',
'US': 'United States',
}
## Import local settings
from local_settings import *