mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-16 17:11:08 +00:00
v1.4.3
This commit is contained in:
parent
7b35ba0c76
commit
f0383241e3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# django-watson changelog
|
||||
|
||||
## 1.4.3 - 28/09/2017
|
||||
|
||||
- Fixed escaping of '<' and '>' characters in PostgreSQL backend.
|
||||
|
||||
|
||||
## 1.4.2 - 22/09/2017
|
||||
|
||||
- Fixed caching of default search backend.
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Developed by Dave Hall.
|
|||
<http://www.etianen.com/>
|
||||
"""
|
||||
|
||||
__version__ = VERSION = (1, 4, 2)
|
||||
__version__ = VERSION = (1, 4, 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue