mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Updating changelog and bumping version number
This commit is contained in:
parent
0410584c86
commit
a842267396
2 changed files with 13 additions and 2 deletions
|
|
@ -1,5 +1,16 @@
|
|||
django-watson changelog
|
||||
==========================
|
||||
=======================
|
||||
|
||||
|
||||
1.1.6 - 01/04/2015
|
||||
------------------
|
||||
|
||||
* Added listwatson management command (@philippeowagner)
|
||||
* Added _format_query() hook to MySQL search backend (@alexey-grom)
|
||||
* Adding in Django 1.7 migrations.
|
||||
* Ability to specify a search backend name for the filter() and search() methods (@amin-pylot)
|
||||
* Bugfixes and tweaks (@thedrow, @dessibelle, @carltongibson, @philippeowagner)
|
||||
|
||||
|
||||
|
||||
1.1.5 - 08/11/2014
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = "django-watson",
|
||||
version = "1.1.5",
|
||||
version = "1.1.6",
|
||||
description = "Full-text multi-table search application for Django. Easy to install and use, with good performance.",
|
||||
long_description = open(os.path.join(os.path.dirname(__file__), "README.markdown")).read(),
|
||||
author = "Dave Hall",
|
||||
|
|
|
|||
Loading…
Reference in a new issue