mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-24 06:54:46 +00:00
Update Select2 library to version 4.0.5
This commit is contained in:
parent
1954bf57fa
commit
e1d42bfcad
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ __all__ = ('settings', 'Select2Conf')
|
|||
class Select2Conf(AppConf):
|
||||
"""Settings for Django-Select2."""
|
||||
|
||||
LIB_VERSION = '4.0.3'
|
||||
LIB_VERSION = '4.0.5'
|
||||
"""Version of the Select2 library."""
|
||||
|
||||
CACHE_BACKEND = 'default'
|
||||
|
|
|
|||
Loading…
Reference in a new issue