Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
  • Loading branch information
brunobord committed Mar 9, 2018
1 parent a59f29a commit 8c46330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
Changelog for django-agnocomplete
=================================

0.13.0 (unreleased)
0.12.2 (2018-03-09)
===================

* Nothing yet
* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11

0.12.1 (2018-03-08)
===================

* Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11
**THIS VERSION IS CANCELLED**. We messed up a bit with branches and releases, and it resulted in a bad release.
Please consider that this release has never existed.

We're deeply sorry about the inconvenience.

0.12.0 (2018-01-26)
===================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-agnocomplete',
version='0.13.0dev0',
version='0.12.2',
packages=['agnocomplete'],
include_package_data=True,
description='Frontend-agnostic Django autocomplete utilities',
Expand Down

0 comments on commit 8c46330

Please sign in to comment.