mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Update Select2 library to version 4.0.12
This commit is contained in:
parent
8deb2b6a11
commit
5680f0daf9
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.5'
|
||||
LIB_VERSION = '4.0.12'
|
||||
"""Version of the Select2 library."""
|
||||
|
||||
CACHE_BACKEND = 'default'
|
||||
|
|
|
|||
Loading…
Reference in a new issue