Major typo. Regression in widgets.

This commit is contained in:
AppleGrew (applegrew) 2013-01-19 17:30:04 +05:30
parent 709c58fca2
commit 322fc67759
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ The view - `Select2View`, exposed here is meant to be used with 'Heavy' fields a
"""
__version__ = "3.2.0"
__version__ = "3.2.1"
__RENDER_SELECT2_STATICS = False

View file

@ -40,7 +40,7 @@ def get_select2_css_libs():
if settings.configured and settings.DEBUG:
return ('css/select2.css', 'css/extra.css', )
else:
return ('css/all.min.js', )
return ('css/all.min.css', )
### Light mixin and widgets ###