mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-25 09:30:23 +00:00
Patched ciritcal memory leak in ModelSelect2 widgets. Boolean evaluation of queryset makes django fetch all elements. Thanks to @magicjohnson for discovering this issue
12 lines
258 B
Python
12 lines
258 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
This is a Django_ integration of Select2_.
|
|
|
|
The app includes Select2 driven Django Widgets and Form Fields.
|
|
|
|
.. _Django: https://www.djangoproject.com/
|
|
.. _Select2: http://ivaynberg.github.com/select2/
|
|
|
|
"""
|
|
|
|
__version__ = "5.4.1"
|