Removed: Checking condition for colorfield package (#134)
parent
a2329fdae5
commit
485f5400db
|
|
@ -23,6 +23,5 @@ def check_installed_app(app, app_dj_version_limit):
|
||||||
|
|
||||||
|
|
||||||
def check_installed_apps():
|
def check_installed_apps():
|
||||||
check_installed_app('colorfield', (4, 0))
|
|
||||||
check_installed_app('flat', (1, 9))
|
check_installed_app('flat', (1, 9))
|
||||||
check_installed_app('flat_responsive', (2, 0))
|
check_installed_app('flat_responsive', (2, 0))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue