mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
v1.4.2
This commit is contained in:
parent
055b7d1e92
commit
11784a5cc7
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# django-watson changelog
|
||||
|
||||
## 1.4.2 - 22/09/2017
|
||||
|
||||
- Fixed caching of default search backend.
|
||||
|
||||
|
||||
## 1.4.1 - 22/08/2017
|
||||
|
||||
- Allowing joins to UUID columns in `search()` (@etianen).
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Developed by Dave Hall.
|
|||
<http://www.etianen.com/>
|
||||
"""
|
||||
|
||||
__version__ = VERSION = (1, 4, 1)
|
||||
__version__ = VERSION = (1, 4, 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue