mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-11 23:03:10 +00:00
v1.2.2
This commit is contained in:
parent
ed0b1a89e8
commit
b8b3da16d9
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# django-watson changelog
|
||||
|
||||
## 1.2.2 - 04/06/2015
|
||||
|
||||
- Fixing `filter()` to work with text-based primary keys in postgres (Jeppe Vesterbæk).
|
||||
- Improvements to query escaping (@amureki).
|
||||
- Disabling prefetch-related optimization in built-in views to avoid buggy Django behavior (@etianen).
|
||||
|
||||
|
||||
## 1.2.1 - 07/03/2015
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = "django-watson",
|
||||
version = "1.2.1",
|
||||
version = "1.2.2",
|
||||
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