Update Select2 library to version 4.0.12

This commit is contained in:
Adrien Delhorme 2019-11-21 10:21:54 +01:00 committed by Johannes Hoppe
parent 8deb2b6a11
commit 5680f0daf9

View file

@ -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'