mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-24 17:10:23 +00:00
Fixes version number and QA issue
This commit is contained in:
parent
4a1b83ad1e
commit
7d8908daab
2 changed files with 1 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "5.6.0"
|
||||
__version__ = "5.7.0"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ from tests.testapp.forms import (
|
|||
AlbumModelSelect2WidgetForm, ArtistCustomTitleWidget
|
||||
)
|
||||
from tests.testapp.models import Genre
|
||||
from django_select2.conf import settings
|
||||
|
||||
|
||||
class TestAutoResponseView(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue