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.1.6
2
+
3
+ #671: Create_field support with querysetsequence
4
+ #679: Allow create message translation by @maisim
5
+ #682: Extend 'forward' attribute to creating objects as well by @toudi
6
+ #666: Improved missing 'created_field' error by @guettli
7
+ #670: Javascript loading documentation
8
+ #678: Added example to update autocompletes in JS
9
+
1
10
3.1.5
2
11
3
12
#661: Field forwarding: support form prefix, and formsets at the same time.
Original file line number Diff line number Diff line change 72
72
# The short X.Y version.
73
73
version = u'3.1'
74
74
# The full version, including alpha/beta/rc tags.
75
- release = u'3.1.5 '
75
+ release = u'3.1.6 '
76
76
77
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
78
# 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.1.5 ' ,
15
+ version = '3.1.6 ' ,
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