Commit Graph

403 Commits

Author SHA1 Message Date
Simon J Greenhill 8251f52213 Merge pull request #1 from SimonGreenhill/travis-1.10
Adding latest release
2016-08-06 03:17:53 +10:00
Simon J Greenhill 1f67b6b9fd Upgrading to latest release versions 2016-08-06 03:14:03 +10:00
Simon J Greenhill 30436ab028 Adding latest release 2016-08-06 03:12:35 +10:00
SimonGreenhill 90e4cd62ef removing patterns import 2016-08-06 03:06:13 +10:00
Dave Hall 328e0315a9 Merge pull request #171 from johnfraney/patch-1
Update README.markdown
2016-07-15 09:30:16 +01:00
John Franey 34eb81f68f Update README.markdown
Fix typo
2016-07-14 13:01:27 -03:00
Dave Hall b8b3da16d9 v1.2.2 2016-07-04 10:10:27 +01:00
Dave Hall ed0b1a89e8 Merge pull request #169 from joblicate/feature/fix-uuid
Make join work with uuid primary key models
2016-07-04 10:05:49 +01:00
Jeppe Vesterbæk b606b67f74 Make join work with uuid primary key models 2016-07-04 10:41:57 +02:00
Dave Hall 70fb0479d3 Merge pull request #163 from amureki/tests_options
Added --database option to tests
2016-04-19 09:30:10 +01:00
Dave Hall 808df73e26 Merge pull request #162 from amureki/master
Small update for query escaping, stripping ampesand
2016-04-19 09:23:27 +01:00
amureki 63d0ec2bb8
Added --database option to tests, updated travis django versions 2016-04-19 09:20:23 +02:00
amureki 1aa8014478
Small update for query escaping, ampesand to bad characters 2016-04-18 19:47:10 +02:00
Dave Hall a5c0a99b02 Merge pull request #161 from amureki/master
Better special characters handling in query escaping
2016-04-13 18:35:35 +01:00
amureki 886972fe3f Added MySQL operators to escape regex, updated tests 2016-04-13 15:13:40 +02:00
Dave Hall 6eeb647ac9 Disabling prefetch related entirely. It really seems buggy for generic foreign keys, sadly. Refs #158. Refs #94. Refs #95. 2016-04-07 15:59:56 +01:00
Jirka Vejrazka d471858a98 modified tests so they're "compatible" with MySQL which ignores all words shorter than 4 chars 2016-03-27 20:33:32 +02:00
Jirka Vejrazka 8914cfb83c changes to query escaping, tested on SQLite3 and PostgreSQL 2016-03-26 13:40:28 +01:00
Dave Hall 3ae9a76ae8 Bumping version 2016-03-07 10:50:27 +00:00
Dave Hall 97a7ef066b Fixing AppNotReady errors in register() 2016-03-01 09:48:50 +00:00
Dave Hall 5ed08d55cc Merge branch 'master' of github.com:etianen/django-watson 2016-02-04 10:33:06 +00:00
Dave Hall 7d876e544b Fixing AppRegistryNotReady exception in AppConfig. Closes #144 2016-02-04 10:32:58 +00:00
Dave Hall a411c2d356 Removing Django 1.6 compatibility shim 2016-02-04 10:16:11 +00:00
Dave Hall c611d6d905 Merge pull request #150 from SimonGreenhill/django-1.10
Fixing Django 1.10 Deprecation Warnings.
2016-01-14 09:05:09 +00:00
SimonGreenhill 4abd966ddc changing method signatures 2016-01-14 14:19:36 +13:00
SimonGreenhill 8544a91947 changing method signatures 2016-01-14 14:19:23 +13:00
SimonGreenhill 7769423b8b fixing NoArgs DeprecationWarning 2016-01-14 14:02:27 +13:00
SimonGreenhill 552f09f7eb fixing DeprecationWarning 2016-01-14 14:02:12 +13:00
Dave Hall 7245bfd5d2 Permitting periods in search queries. Refs #146. 2015-12-15 10:40:14 +00:00
Dave Hall 4bbc6cc504 Updating changelog 2015-12-03 10:37:20 +00:00
Dave Hall 5d1b2ed56b Merge branch 'django-1.9' 2015-12-03 10:28:55 +00:00
Dave Hall 5cba9a04f7 Fixing django 1.9 postgres tests 2015-12-02 10:48:27 +00:00
Dave Hall b9254b1bff Fixing buildwatson command for django 1.9 2015-12-02 10:42:10 +00:00
Dave Hall dd306a2821 Using new search API location 2015-12-02 10:39:36 +00:00
Dave Hall b12419a71a Updated travis tests for django 1.9 2015-12-02 10:17:35 +00:00
Dave Hall f83e20b601 Bumping version 2015-11-09 10:39:31 +00:00
Dave Hall 7642e3645f No longer using tuple for WATSON_MIDDLEWARE_FLAG 2015-11-09 09:52:36 +00:00
Dave Hall b854336b51 Merge pull request #123 from samuelcolvin/json-dump-customisation
allow custom json dumping for meta
2015-10-12 18:30:25 +01:00
Samuel Colvin 86e5be829a use get_for_id and correct serialize_meta name 2015-10-12 15:42:23 +01:00
Samuel Colvin b411e6315a remove UniversalEncoder and move deserialization 2015-10-12 14:18:17 +01:00
Dave Hall 0ce2e4e755 Merge pull request #129 from Fitblip/master
Truncate titles to 1000 characters before trying to save them in the DB
2015-10-05 10:45:29 +01:00
Ryan Sears 1cd8de91fb Truncate titles to 1000 characters before trying to save them in the DB. Fixes #128 2015-10-02 11:24:50 -07:00
Samuel Colvin d4eb1936b9 custom serialize and deserialize methods for meta 2015-09-24 12:54:42 +01:00
Dave Hall 41894131d3 Removing Django 1.3 fallback 2015-08-18 09:54:43 +01:00
Dave Hall 6ef27251bb Hopefully fixing MySQL tests 2015-06-01 11:23:01 +01:00
Dave Hall cd24f3b735 Excluding some mysql/python combos 2015-06-01 11:17:48 +01:00
Dave Hall 30b59a00a9 Improving postgres query escaping 2015-06-01 11:01:50 +01:00
Dave Hall 4eeb9c73d5 Testing other database engines again. 2015-06-01 10:09:17 +01:00
Dave Hall 455a61f9d9 Adding in test for searching with leading apostrophe 2015-05-05 10:58:19 +01:00
Dave Hall acf2100b6c Fixing tests to work in newer django versions 2015-05-05 10:52:55 +01:00