Skip to content

Commit 8c46330

Browse files
committed
v0.12.2
* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
1 parent a59f29a commit 8c46330

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
Changelog for django-agnocomplete
33
=================================
44

5-
0.13.0 (unreleased)
5+
0.12.2 (2018-03-09)
66
===================
77

8-
* Nothing yet
8+
* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
99

1010
0.12.1 (2018-03-08)
1111
===================
1212

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.
1417

1518
0.12.0 (2018-01-26)
1619
===================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-agnocomplete',
5-
version='0.13.0dev0',
5+
version='0.12.2',
66
packages=['agnocomplete'],
77
include_package_data=True,
88
description='Frontend-agnostic Django autocomplete utilities',

0 commit comments

Comments
 (0)