File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ 3.2.1
2
+
3
+ #737: TaggitSelect2: insure there's a comma when there's only one tag, or
4
+ tag "Multi word" would end up as "Multi" and "word" by
5
+ @Ixxy-Open-Source
6
+ #743: Fix placeholder not working when URL is not given to autocomplete
7
+ widget (#743) by @thauk-copperleaf
8
+ #756: Forward Capabilities Outside Admin by @gagarski
9
+
1
10
3.2.0
2
11
3
12
#745: Add list autocomplete by @dmosberger, @jpic and @thecardcheat
Original file line number Diff line number Diff line change 71
71
# The short X.Y version.
72
72
version = u'3.2'
73
73
# The full version, including alpha/beta/rc tags.
74
- release = u'3.2.0 '
74
+ release = u'3.2.1 '
75
75
76
76
# The language for content autogenerated by Sphinx. Refer to documentation
77
77
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def read(fname):
12
12
13
13
setup (
14
14
name = 'django-autocomplete-light' ,
15
- version = '3.2.0 ' ,
15
+ version = '3.2.1 ' ,
16
16
description = 'Fresh autocompletes for Django' ,
17
17
author = 'James Pic' ,
18
18
You can’t perform that action at this time.
0 commit comments