mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-21 15:50:27 +00:00
get_langauge() only returns lower case some i18n file name include upper case language code tho. This will detect all lanugages.
12 lines
267 B
Python
12 lines
267 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This is a Django_ integration of Select2_.
|
|
|
|
The application includes Select2 driven Django Widgets and Form Fields.
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
.. _Select2: http://ivaynberg.github.com/select2/
|
|
|
|
"""
|
|
|
|
__version__ = "5.11.1"
|