File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for django-agnocomplete
3
3
=================================
4
4
5
- 0.13.0 (unreleased )
5
+ 0.12.2 (2018-03-09 )
6
6
===================
7
7
8
- * Nothing yet
8
+ * Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
9
9
10
10
0.12.1 (2018-03-08)
11
11
===================
12
12
13
- * Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
13
+ **THIS VERSION IS CANCELLED **. We messed up a bit with branches and releases, and it resulted in a bad release.
14
+ Please consider that this release has never existed.
15
+
16
+ We're deeply sorry about the inconvenience.
14
17
15
18
0.12.0 (2018-01-26)
16
19
===================
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'django-agnocomplete' ,
5
- version = '0.13.0dev0 ' ,
5
+ version = '0.12.2 ' ,
6
6
packages = ['agnocomplete' ],
7
7
include_package_data = True ,
8
8
description = 'Frontend-agnostic Django autocomplete utilities' ,
You can’t perform that action at this time.
0 commit comments