File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This package officially supports all currently supported versions of Python/Djan
18
18
| Django 1.10 | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :large_blue_circle : |
19
19
| Django 1.11 | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
20
20
| Django 2.0 | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
21
- | Django [ master] ( https://github.com/django/django/archive/master.tar.gz ) | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
21
+ | Django [ master] ( https://github.com/django/django/archive/master.tar.gz ) | :x : | :x : | :x : | :x : | :x : |
22
22
23
23
| Key | |
24
24
| :-: | :------------------------------------------------------------------ |
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ def get_locales(self):
288
288
try :
289
289
locales .remove ('LANGUAGES' )
290
290
locales += [e [0 ] for e in django_settings .LANGUAGES ]
291
- except Exception :
291
+ except :
292
292
pass
293
293
294
294
return set ([e .lower () for e in locales ])
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def read(fname):
15
15
16
16
setup (
17
17
name = 'django-cities' ,
18
- version = '0.5.0.4 ' ,
18
+ version = '0.5.0.5 ' ,
19
19
description = 'Place models and worldwide place data for Django' ,
20
20
author = 'Ben Dowling' ,
21
21
author_email = 'ben.m.dowling@gmail.com' ,
You can’t perform that action at this time.
0 commit comments