Commit graph

26 commits

Author SHA1 Message Date
Dave Hall
d6084f7a90 Fixing filter() with a UUID field. Closes #227. 2017-12-06 16:51:57 +00:00
Dustin Broderick
c187407932 Fixed whitepace linting issues 2017-11-29 09:27:11 -07:00
Dustin Broderick
0a9ccc4e2e Adds functional 'slim' indexing 2017-11-28 13:42:36 -07:00
Dustin Broderick
5bb313971f Adds 'slim' option to buildwatson 2017-11-28 13:40:54 -07:00
Dave Hall
2226de139b Fixing flake8 2017-11-27 08:54:17 +00:00
Daniel Quinn
fcfe6eae6d Support stringifying objects in both Python 2 & 3
Without this fix, a Python3-based admin will simply show `Search object`
instead of `self.title`.
2017-11-23 14:06:52 +00:00
Dave Hall
f0383241e3 v1.4.3 2017-09-28 11:30:34 +01:00
Dave Hall
7b35ba0c76 Fixing escaping of <> characters in postgres. Closes #219 2017-09-27 10:24:45 +01:00
Dave Hall
11784a5cc7 v1.4.2 2017-09-22 12:27:42 +01:00
Dave Hall
055b7d1e92 Fixing caching for default search backend 2017-09-22 12:22:20 +01:00
Dave Hall
22c36d7d47 v1.4.1 2017-08-22 14:08:52 +01:00
Dave Hall
10c2051f7b Merge branch 'master' of github.com:etianen/django-watson 2017-08-22 13:55:13 +01:00
Dave Hall
2fd2bb66c0 Allowing joins to UUID columns in search(). Refs #214 2017-08-22 13:55:00 +01:00
Antoine Lorence
967a049985 Fix coding style issue
This should remove PEP8 issues introduced with last commit and reported by Flake8
2017-07-22 13:43:29 +02:00
Antoine Lorence
f5e173e1a2 Set on_delete=CASCADE for ForeignKey model fields
This is the default behavior, but since on_delete argument will be required in Django 2.0, and a warning is thrown in recent versions of Django when the attribute is missing, it's better to set it in code. In addition, "explicit is better than implicit"
2017-07-22 12:46:36 +02:00
Dave Hall
fa2ebaec13 v1.4.0 2017-07-07 10:23:34 +01:00
Matt Molyneaux
b0435d0b72 Flatten context for render_to_string
This is now required for Django 1.11
2017-06-13 12:36:39 +01:00
Unai Zalakain
ba2f9d1341 Fix #188: Get rid of the workaround for django's __in bug
Related bug: https://code.djangoproject.com/ticket/15145
2017-05-01 23:08:30 +02:00
sorokins
3f589b361c Simplify 635192fa4c 2017-04-13 15:08:41 +03:00
sorokins
635192fa4c Multiple databases support 2017-04-13 14:56:46 +03:00
Dave Hall
f8d1ed0052 v1.3.1 2017-04-03 14:17:51 +01:00
Amin Dandache
78ca1c1523 fix middleware object, use MiddlewareMixin if present 2017-03-22 09:30:41 +01:00
Dave Hall
e200526dd3 v1.3.0 2016-12-19 11:06:08 +00:00
Dmitriev Alexander
ab34cae822 Adding WATSON_POSTGRES_SEARCH_CONFIG setting 2016-11-14 23:34:30 +03:00
Rustem Sayargaliev
fb1a3991f1 Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
Rustem Sayargaliev
03c929c571 Added tox tests structure 2016-11-07 20:56:04 +01:00