Commit graph

292 commits

Author SHA1 Message Date
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
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
Dave Hall
8030ee201d Bumping version 2015-04-24 14:49:00 +01:00
Dave Hall
3c7f0abd4f Fixing resolving fields that have related fields which are missing in the database 2015-04-24 13:08:36 +01:00
Dave Hall
290ef6c623 Updating changelog 2015-04-06 08:30:47 +01:00
Dave Hall
d17665c2a7 Bumping version 2015-04-06 08:28:07 +01:00
Dave Hall
dade916f76 Merge pull request #108 from moggers87/107-south_migrations-missing
Add `south_migrations` to packages in setup.py
2015-04-06 08:26:59 +01:00
Matt Molyneaux
d1fc96d56e Add south_migrations to packages in setup.py
Fixes etianen/django-watson#107
2015-04-06 01:31:11 +01:00
Dave Hall
a842267396 Updating changelog and bumping version number 2015-04-01 10:31:51 +01:00
Dave Hall
0410584c86 Merge pull request #105 from philippeowagner/master
fixes #104 translation errors when using buildwatson
2015-03-31 15:11:53 +01:00
Philippe O. Wagner
d30c0baf38 fixes #104 translation errors when using buildwatson 2015-03-31 16:02:32 +02:00
Dave Hall
213b3a8419 Merge pull request #102 from philippeowagner/master
List all registered models (management command)
2015-03-18 14:46:01 +00:00
Philippe O. Wagner
40c7d0b072 Rename list_registered_models_watson.py to listwatson.py 2015-03-18 09:58:25 +01:00