Commit graph

  • aaee81c9d4 v1.6.2 master Dave Hall 2022-02-20 16:58:22 +0000
  • c05267cca6
    Merge pull request #294 from Shybert/django-4-compat Dave Hall 2022-02-20 16:56:29 +0000
  • e1aa648a63 url -> re_path Shybert 2022-01-30 09:07:28 +0100
  • 8d181eb3e0 v1.6.1 Dave Hall 2022-01-30 12:47:50 +0000
  • 7a4771240e Updated changelog Dave Hall 2022-01-30 12:47:09 +0000
  • b3c9ce5931
    Merge pull request #293 from CristopherH95/master Dave Hall 2022-01-30 12:36:28 +0000
  • 1257eeaed3 Drop Django 1.11 in matrix Cristopher Hernandez 2022-01-22 23:07:10 -0800
  • f5026f6e07 Add handling for RelatedField pk types Cristopher Hernandez 2022-01-07 19:20:03 -0800
  • 077c336dd4 v1.6.0 Dave Hall 2021-11-03 15:17:12 +0000
  • afec6332d0 Updated changelog Dave Hall 2021-11-03 15:16:52 +0000
  • e6af0d3fdc Added new python publish workflow Dave Hall 2021-11-03 15:13:27 +0000
  • 0e9b33fed6
    Merge pull request #289 from amureki/remove_travis_traces Dave Hall 2021-10-28 12:54:33 +0100
  • 95dab01011 Remove last traces of Travis CI Rustem Saiargaliev 2021-10-28 14:48:58 +0300
  • e75f110acd
    Merge pull request #288 from CristopherH95/master Dave Hall 2021-10-26 10:20:08 +0100
  • 4277f7333c Fix database casting issue Cristopher Hernandez 2021-10-25 18:29:01 -0700
  • afc990e6e5 Fix type casting issue in deleted entries query Cristopher Hernandez 2021-10-24 18:08:05 -0700
  • eb128ceb84 Cast object id lookup to pk field type Cristopher Hernandez 2021-10-24 16:54:29 -0700
  • a4636dd38c Remove unused import Cristopher Hernandez 2021-10-24 16:32:58 -0700
  • 3177efd4d6 Correct comment in search.py Cristopher Hernandez 2021-10-24 16:29:17 -0700
  • 1476d123ba Tweak comments Cristopher Hernandez 2021-10-24 16:25:27 -0700
  • 3a69bea8f3 Add cleanup for deleted object entries in buildwatson Cristopher Hernandez 2021-10-24 16:24:22 -0700
  • 6e94b3879b
    Merge pull request #287 from CristopherH95/master Dave Hall 2021-10-17 12:30:28 +0100
  • 4d47aef2b9 Add AppConfig with default_auto_field set Cristopher Hernandez 2021-10-16 11:19:35 -0700
  • 9e874d0b25
    Merge pull request #283 from Hopiu/master Dave Hall 2021-07-26 10:08:19 +0100
  • aca2511da5 Added possibility to run tests through Github Actions. Benedikt Willi 2021-07-20 15:38:06 +0200
  • 21575ba04b
    Update .travis.yml patch-1 Benedikt Willi 2021-07-20 11:55:15 +0200
  • 5bc4ff465b v1.5.5 release-1.5.5 Dave Hall 2020-03-30 10:08:58 +0100
  • b5f468c12b
    Merge pull request #270 from henrikhorluck/fix/django3.0-force_text_deprecation Dave Hall 2020-03-30 10:01:34 +0100
  • 24c69ff57c
    Change deprecated force_text -> force_str Henrik Hørlück Berg 2020-03-29 12:17:35 +0200
  • 63b1986ea6
    Merge pull request #267 from timgates42/bugfix_typo_this Dave Hall 2020-03-09 20:35:04 +0000
  • e87324b466
    docs: Fix simple typo, thie -> this Tim Gates 2020-03-10 05:53:33 +1100
  • 195d706718 v1.5.4 release-1.5.4 Dave Hall 2020-02-05 10:15:20 +0000
  • dbce0a66d7 Updated changelog Dave Hall 2020-02-05 10:15:01 +0000
  • 93ac21c16b
    Merge pull request #266 from biozz/master Dave Hall 2020-02-04 10:40:09 +0000
  • a2e0844664 bump python and django versions biozz 2020-02-03 20:25:38 +0300
  • fafda66869 remove unused variables from travis config Ivan Elfimov 2020-02-03 15:39:52 +0300
  • 918590bd06 remove python_2_unicode_compatible from tests Ivan Elfimov 2020-01-31 16:49:56 +0300
  • 35796c3154 change test matrix according to etianen/django-reversion Ivan Elfimov 2020-01-31 16:41:04 +0300
  • 37298a8cdd Add django 3 support Ivan Elfimov 2020-01-31 16:17:54 +0300
  • 9be0fd13df Trying to fix pypi deploy release-1.5.3 Dave Hall 2019-11-01 12:51:56 +0000
  • f02ce7521e Trying to fix pypi deploy Dave Hall 2019-11-01 12:25:16 +0000
  • c325327804 Adding some test matrix exclusions Dave Hall 2019-11-01 11:07:14 +0000
  • 585dbf7d82 Adding some test matrix exclusions Dave Hall 2019-11-01 10:48:27 +0000
  • bf5de0fd01 v1.5.3 Dave Hall 2019-11-01 10:32:40 +0000
  • 62cddee061 Adding more python versions to test matrix Dave Hall 2019-11-01 10:28:33 +0000
  • fc0774ddad
    Merge pull request #261 from krukas/master Dave Hall 2019-11-01 10:26:22 +0000
  • e39479cb78 [TASK] Fix flake8 error that regex is not marked as regex Krukas 2019-11-01 09:58:25 +0100
  • fd414aae45 [BUGFIX] #255 Fixed MySQL tests failing mysql + admin context Krukas 2019-11-01 09:35:19 +0100
  • ee652e3b33
    Merge pull request #260 from krukas/master Dave Hall 2019-10-31 09:30:49 +0000
  • ab62ec3266 [BUGFIX] Fixed buildwatson error with no admin installed Krukas 2019-10-30 17:12:41 +0100
  • 047007f455
    Merge pull request #252 from moggers87/badge-fix Dave Hall 2018-09-19 10:45:27 +0100
  • cf24929928 Point PyPI badge at correct project Matt Molyneaux 2018-09-18 21:20:53 +0100
  • 348703e1da
    Merge pull request #251 from moggers87/django-2.1 Dave Hall 2018-09-18 19:54:08 +0100
  • ae19c32312 Test against Django 2.1 Matt Molyneaux 2018-09-17 20:43:32 +0100
  • 500a410f38
    Merge pull request #245 from moggers87/remove-extra-use Dave Hall 2018-05-01 18:58:43 +0100
  • 4f68db0523 Backend fixes for using watson_rank in expressions Matt Molyneaux 2018-04-27 10:05:35 +0100
  • 6d9d03b5c0 Tests to demonstrate the bug Matt Molyneaux 2018-04-26 23:01:08 +0100
  • 7b8f3fca4f Fixing conditional deploy Dave Hall 2018-02-23 16:44:39 +0000
  • 552bf087c4 1.5.2 release-1.5.2 Dave Hall 2018-02-23 16:23:10 +0000
  • 95b8a907d8 Updating changelog Dave Hall 2018-02-23 16:22:17 +0000
  • ba4a6af277 Adding support for Django 2.0 BigAutoField. Closes #238. Dave Hall 2018-02-20 11:01:46 +0000
  • b21fc06891
    Merge pull request #236 from zandeez/master Dave Hall 2018-02-12 13:20:23 +0000
  • 927d762daf Update foreign key references for django 2.0. This change was made in Django core 3 years ago. Andrew Cassidy 2018-02-12 11:20:47 +0000
  • e842988f18 v1.5.1 release-1.5.1 Dave Hall 2018-02-09 16:52:56 +0000
  • 3a1c2acb82 Updating changelog Dave Hall 2018-02-09 16:52:41 +0000
  • e80ab1926b
    Merge pull request #234 from ryokamiya/master Dave Hall 2018-02-07 09:34:40 +0000
  • d67c3b4363 Add app_name to be compatible with Django 2. Namespace in urls.py is not sufficient since Django 2. Ryoichiro Kamiya 2018-02-02 16:19:16 +0900
  • 9221dd7d5f Fixing deploy release-1.5.0 Dave Hall 2017-12-21 17:53:39 +0000
  • 24cd0e609a Fixing deploy Dave Hall 2017-12-21 17:49:11 +0000
  • c1a527b39a Fixing deploy Dave Hall 2017-12-21 16:24:31 +0000
  • 7af0f46d8c v1.5.0 Dave Hall 2017-12-21 16:21:42 +0000
  • e92d942d60 Updating changelog Dave Hall 2017-12-21 16:21:11 +0000
  • ac90ba92b8 Trying to lose tox. It's been a right pain. Dave Hall 2017-12-21 15:12:51 +0000
  • c8fcb69099
    Merge pull request #229 from dustinrb/non-atomic-batches Dave Hall 2017-12-07 08:47:04 +0000
  • 0a8fe02844 Fixes issue with Flake8 linting Dustin Broderick 2017-12-06 11:42:57 -0700
  • 1641b73d60 Renames non-atomic flag to non_atomic (to prevent flag being non) Dustin Broderick 2017-12-06 11:13:10 -0700
  • c3f00935ff Adds logic for non-atomic indexing Dustin Broderick 2017-12-06 10:37:06 -0700
  • 92020f42f1 Adds non-atomic option to buildwatson Dustin Broderick 2017-12-06 09:58:43 -0700
  • d6084f7a90 Fixing filter() with a UUID field. Closes #227. Dave Hall 2017-12-06 16:51:57 +0000
  • 53c7012681 Merge branch 'master' of github.com:etianen/django-watson into working Dustin Broderick 2017-12-06 09:46:05 -0700
  • 2f6ccc8bec
    Merge pull request #226 from dustinrb/slim-indexing Dave Hall 2017-12-06 15:21:27 +0000
  • c187407932 Fixed whitepace linting issues Dustin Broderick 2017-11-29 09:27:11 -0700
  • c5cd52d227 Addesses linter issues Dustin Broderick 2017-11-29 09:25:44 -0700
  • 1d293535b4 Adds missing paren Dustin Broderick 2017-11-28 14:33:58 -0700
  • c0ee2cef68 Merge branch 'batches' into working Dustin Broderick 2017-11-28 14:31:54 -0700
  • 9da4d9300c Merge branch 'slim-indexing' into working Dustin Broderick 2017-11-28 14:28:04 -0700
  • 8fd2573747 Adds batch_size functionality to buildwatson Dustin Broderick 2017-11-28 14:22:55 -0700
  • ab65d162ee Adds batch_size option to buildwatson Dustin Broderick 2017-11-28 14:19:06 -0700
  • 0a9ccc4e2e Adds functional 'slim' indexing Dustin Broderick 2017-11-28 13:42:36 -0700
  • 5bb313971f Adds 'slim' option to buildwatson Dustin Broderick 2017-11-28 13:40:54 -0700
  • 3c6c342129 Removes atomic transaction for buildwatson Dustin Broderick 2017-11-28 12:58:57 -0700
  • 2226de139b Fixing flake8 release-1.4.4 Dave Hall 2017-11-27 08:54:17 +0000
  • 30fcd4f77a Updating changelog Dave Hall 2017-11-27 08:53:13 +0000
  • 2180ccdc7e
    Merge pull request #224 from danielquinn/python3-support Dave Hall 2017-11-24 10:35:52 +0000
  • fcfe6eae6d Support stringifying objects in both Python 2 & 3 Daniel Quinn 2017-11-23 13:48:14 +0000
  • 993171a358 Merge pull request #222 from amureki/badges Dave Hall 2017-10-23 11:14:19 +0100
  • ea7942fa93 Add badges to README Rustem Sayargaliev 2017-10-21 12:35:44 +0200
  • f0383241e3 v1.4.3 release-1.4.3 Dave Hall 2017-09-28 11:30:34 +0100
  • 7b35ba0c76 Fixing escaping of <> characters in postgres. Closes #219 Dave Hall 2017-09-27 10:24:45 +0100
  • 11784a5cc7 v1.4.2 release-1.4.2 Dave Hall 2017-09-22 12:27:42 +0100