Commit graph

223 commits

Author SHA1 Message Date
Dave Hall
161ae4d451 Fixing MySQL issues with Python 3 in tests 2014-12-18 13:02:08 +00:00
Dave Hall
55c64af6bd Fixing some transaction handling in MySQL with schema alterations 2014-12-18 12:53:44 +00:00
Dave Hall
f51b15942a Working on migrations for Django 1.7 2014-12-18 12:39:42 +00:00
Dave Hall
7b1606aa23 Working on Django 1.7 migrations. 2014-12-18 12:28:05 +00:00
Dave Hall
3c742715df Adding in Django 1.7 migrations 2014-12-18 12:10:11 +00:00
Dave Hall
3cae3068b1 Merge pull request #80 from blodone/master
backend specification
2014-12-02 11:44:04 +00:00
Amin Dandache
95c8310bc2 filter backend_name included 2014-12-02 09:16:19 +01:00
Amin Dandache
6cff6c0de8 backend
specify
2014-12-01 13:34:15 +01:00
Dave Hall
d18a1afaa5 Bumping for new release 2014-11-08 14:36:48 +00:00
Dave Hall
5c22c17c6e Attempting to fix issues with resolving nullable foreign keys. 2014-11-06 10:58:20 +00:00
Dave Hall
3f5be2f11b Merge pull request #76 from orlovegor/master
fixed django 1.8 get_query_set deprecation warning
2014-10-31 09:03:40 +00:00
Egor Orlov
4977a9b398 fixed django 1.8 get_query_set deprecation warning 2014-10-31 11:28:53 +03:00
Dave Hall
bb8a54686e Bumping version number 2014-10-14 09:03:10 +01:00
Dave Hall
a1914a6c62 Updating changelog 2014-10-14 09:02:14 +01:00
Dave Hall
1d1844c667 Merge pull request #75 from Gzing/master
fixes #74 checks if the field passed on is a related manager
2014-10-13 10:16:56 +01:00
gzing
765367913a checks if the field passed on is a related manager 2014-10-10 14:07:17 +05:30
Dave Hall
b3d677db2b Improved apostrophe escaping. 2014-09-17 10:12:42 +01:00
Dave Hall
fb446b611c Merge pull request #59 from thedrow/patch-1
Use travis_retry in order to avoid network failures.
2014-07-31 17:42:40 +01:00
Omer Katz
14626335b8 Use travis_retry in order to avoid network failures. 2014-07-31 12:49:06 +03:00
Dave Hall
1c5000c6ac Merge pull request #58 from thedrow/patch-1
Improved build matrix.
2014-07-31 09:44:01 +01:00
Omer Katz
7c36f29605 Fixed copy/paste typo. 2014-07-30 19:37:57 +03:00
Omer Katz
e98010e927 Large matrixes should fast finish. 2014-07-30 19:32:04 +03:00
Omer Katz
fe2c6614ad Forgot to exclude 2.6 for Django 1.7. 2014-07-30 19:24:11 +03:00
Omer Katz
0c276a0e80 Improved build matrix. 2014-07-30 19:15:47 +03:00
Dave Hall
42c62ed272 Merge pull request #56 from moggers87/block-search
Create a context manager that prevents updating of the search index
2014-07-29 01:59:13 +01:00
Matt Molyneaux
d4428fb5a9 Test nested contexts too 2014-07-25 21:23:43 +01:00
Matt Molyneaux
b3ff0947e8 Create a context manager that prevents updating of the search index
Given a model that has non-searchable fields that are updated often, this
context manager can prevent frivolous search index updates.
2014-07-24 20:25:25 +01:00
Dave Hall
83d27e90bd Merge pull request #53 from moggers87/view-mixin-kwargs
get() should accept *args and **kwargs
2014-06-01 08:25:22 +01:00
Matt Molyneaux
51eb47691a get() should accept *args and **kwargs
Using groups (named or otherwise) in URL regex results in them being passed to
get() as arguments. This patch makes SearchMixin.get() accept them.

Without this patch, you get the following TypeError:
`get() got an unexpected keyword argument 'q'`
2014-05-31 21:58:08 +01:00
Dave Hall
243cb7c894 Merge pull request #52 from bdauvergne/master
setup.py should be callable from anywhere
2014-05-27 10:32:00 +01:00
Benjamin Dauvergne
9e8cc5ffcb setup.py should be callable from anywhere
Use os.path.dirname(__file__) to locate README.markdown, debian packaging is broken without it.
2014-05-27 11:16:37 +02:00
Dave Hall
9aec9f111a Fixing MySQL punctuation 2014-02-21 13:30:57 +00:00
Dave Hall
c699b971a5 Ignoring punctuation in mysql 2014-02-21 13:26:32 +00:00
Dave Hall
ef9cc5ac11 Bumping for 1.1.3 release 2014-02-19 10:37:57 +00:00
Dave Hall
50ad1d3240 Improving apostrophe escaping 2014-02-18 09:53:38 +00:00
Dave Hall
51b450568d Merge branch 'master' of github.com:etianen/django-watson 2014-02-17 11:26:21 +00:00
Dave Hall
4ba1a72a3a Adding support for searching with apostrophes 2014-02-17 11:23:24 +00:00
Dave Hall
c07e1f7c99 Merge pull request #34 from JirkaV/master
Added ability to build index for a single model (issue #31)
2014-01-29 02:01:56 -08:00
Jirka Vejrazka
a5f211e8ac improved tests a bit 2014-01-13 23:32:34 +01:00
Jirka Vejrazka
8cda46cc5c as requested/suggested, added ability to rebuild index for multiple models as well as a more robust way for selecting search engine 2014-01-13 23:27:15 +01:00
Jirka Vejrazka
96d80f0e96 Fix for CommandError (orig. syntax was not working on Python 3.x) 2014-01-12 16:20:37 +01:00
Jirka Vejrazka
c37a04261b Added ability to build index for a single model (issue #31) 2014-01-12 16:10:45 +01:00
Dave Hall
b70a7b3b91 Yet another attempt at conditional database creation 2013-12-03 20:08:26 +00:00
Dave Hall
7886007876 Another attempt at conditional database creation 2013-12-03 20:02:49 +00:00
Dave Hall
82d069fcd1 Excluding python 3 and mysql 2013-12-03 19:54:41 +00:00
Dave Hall
cdc57dd056 Conditional database initialisation for Travis 2013-12-03 19:53:43 +00:00
Dave Hall
a22c207753 Adding Python 3.2 and Python 3.3 to Travis CI 2013-12-03 19:39:38 +00:00
Dave Hall
b097f00816 Adding Django 1.4 to tests 2013-12-03 19:36:26 +00:00
Dave Hall
085d37fac7 Another attempt to fix test project MySQL collation settings 2013-12-03 19:30:19 +00:00
Dave Hall
b982b607d3 Another attempt to fix test project MySQL collation settings 2013-12-03 19:16:59 +00:00