mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-20 21:21:00 +00:00
Major typo. Regression in widgets.
This commit is contained in:
parent
709c58fca2
commit
322fc67759
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ###
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue