Commit Graph

403 Commits

Author SHA1 Message Date
Emmanuel Cazenave 6300e6b204 1.5.2 packaging 2018-06-12 14:26:30 +02:00
Dave Hall 500a410f38
Merge pull request #245 from moggers87/remove-extra-use
Allow referencing `watson_rank` in annotations
2018-05-01 18:58:43 +01:00
Matt Molyneaux 4f68db0523 Backend fixes for using `watson_rank` in expressions
Referencing columns defined using `QuerySet.extra` does not make them
visible to expressions such as `Value`, `F`, or `When`, and Django docs
state that the `extra` method will get no further bug fixes.
2018-04-30 23:28:59 +01:00
Matt Molyneaux 6d9d03b5c0 Tests to demonstrate the bug 2018-04-30 23:28:59 +01:00
Dave Hall 7b8f3fca4f Fixing conditional deploy 2018-02-23 16:44:39 +00:00
Dave Hall 552bf087c4 1.5.2 2018-02-23 16:23:10 +00:00
Dave Hall 95b8a907d8 Updating changelog 2018-02-23 16:22:17 +00:00
Dave Hall ba4a6af277 Adding support for Django 2.0 BigAutoField. Closes #238. 2018-02-20 11:01:46 +00:00
Dave Hall b21fc06891
Merge pull request #236 from zandeez/master
Update foreign key references for Django 2.0.
2018-02-12 13:20:23 +00:00
Andrew Cassidy 927d762daf Update foreign key references for django 2.0. This change was made in Django core 3 years ago. 2018-02-12 11:20:47 +00:00
Dave Hall e842988f18 v1.5.1 2018-02-09 16:52:56 +00:00
Dave Hall 3a1c2acb82 Updating changelog 2018-02-09 16:52:41 +00:00
Dave Hall e80ab1926b
Merge pull request #234 from ryokamiya/master
Add app_name to be compatible with Django 2.
2018-02-07 09:34:40 +00:00
Ryoichiro Kamiya d67c3b4363 Add app_name to be compatible with Django 2.
Namespace in urls.py is not sufficient since Django 2.
2018-02-02 16:19:16 +09:00
Dave Hall 9221dd7d5f Fixing deploy 2017-12-21 17:53:39 +00:00
Dave Hall 24cd0e609a Fixing deploy 2017-12-21 17:49:11 +00:00
Dave Hall c1a527b39a Fixing deploy 2017-12-21 16:24:31 +00:00
Dave Hall 7af0f46d8c v1.5.0 2017-12-21 16:21:42 +00:00
Dave Hall e92d942d60 Updating changelog 2017-12-21 16:21:11 +00:00
Dave Hall ac90ba92b8 Trying to lose tox. It's been a right pain. 2017-12-21 16:08:28 +00:00
Dave Hall c8fcb69099
Merge pull request #229 from dustinrb/non-atomic-batches
Non-atomic option for buildwatson
2017-12-07 08:47:04 +00:00
Dustin Broderick 0a8fe02844 Fixes issue with Flake8 linting 2017-12-06 11:42:57 -07:00
Dustin Broderick 1641b73d60 Renames non-atomic flag to non_atomic (to prevent flag being non) 2017-12-06 11:13:10 -07:00
Dustin Broderick c3f00935ff Adds logic for non-atomic indexing 2017-12-06 10:38:20 -07:00
Dustin Broderick 92020f42f1 Adds non-atomic option to buildwatson 2017-12-06 09:58:43 -07:00
Dave Hall d6084f7a90 Fixing filter() with a UUID field. Closes #227. 2017-12-06 16:51:57 +00:00
Dustin Broderick 53c7012681 Merge branch 'master' of github.com:etianen/django-watson into working 2017-12-06 09:46:05 -07:00
Dave Hall 2f6ccc8bec
Merge pull request #226 from dustinrb/slim-indexing
"Slim" Indexing
2017-12-06 15:21:27 +00:00
Dustin Broderick c187407932 Fixed whitepace linting issues 2017-11-29 09:27:11 -07:00
Dustin Broderick c5cd52d227 Addesses linter issues 2017-11-29 09:25:44 -07:00
Dustin Broderick 1d293535b4 Adds missing paren 2017-11-28 14:33:58 -07:00
Dustin Broderick c0ee2cef68 Merge branch 'batches' into working 2017-11-28 14:31:54 -07:00
Dustin Broderick 9da4d9300c Merge branch 'slim-indexing' into working 2017-11-28 14:28:04 -07:00
Dustin Broderick 8fd2573747 Adds batch_size functionality to buildwatson 2017-11-28 14:22:55 -07:00
Dustin Broderick ab65d162ee Adds batch_size option to buildwatson 2017-11-28 14:19:06 -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
Dustin Broderick 3c6c342129 Removes atomic transaction for buildwatson 2017-11-28 12:58:57 -07:00
Dave Hall 2226de139b Fixing flake8 2017-11-27 08:54:17 +00:00
Dave Hall 30fcd4f77a Updating changelog 2017-11-27 08:53:13 +00:00
Dave Hall 2180ccdc7e
Merge pull request #224 from danielquinn/python3-support
Support stringifying objects in both Python 2 & 3
2017-11-24 10:35:52 +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 993171a358 Merge pull request #222 from amureki/badges
Add badges to README
2017-10-23 11:14:19 +01:00
Rustem Sayargaliev ea7942fa93 Add badges to README 2017-10-21 12:35:44 +02: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 1a1521a865 Updating changelog 2017-08-22 14:10:51 +01:00
Dave Hall 22c36d7d47 v1.4.1 2017-08-22 14:08:52 +01:00