Commit graph

17 commits

Author SHA1 Message Date
Rustem Sayargaliev
fb1a3991f1 Added flake8, fixed syntax, flattened package structure 2016-11-07 21:33:33 +01:00
Dave Hall
dd306a2821 Using new search API location 2015-12-02 10:39:36 +00:00
Egor Orlov
4977a9b398 fixed django 1.8 get_query_set deprecation warning 2014-10-31 11:28:53 +03:00
tsufeki
7607adadcf Added from __future__ import unicode_literals, print_function every where except migrations/ 2013-05-02 16:50:16 +02:00
Dave Hall
986e17cae0 Admin search adapter always uses complete queryset in search results. 2012-07-10 11:56:53 +01:00
Dave Hall
9b139cb675 Removing admin mixin separation. 2012-04-30 11:49:54 +01:00
Dave Hall
57133b4a1c Separating admin integration into mixin class. 2012-04-30 10:39:44 +01:00
Dave Hall
7673acc266 Ability to specify a search adapter class for use in the search admin. 2012-04-24 10:56:38 +01:00
Dave Hall
91de639bdb Fixing admin integration for Django 1.4 2012-03-14 11:02:03 +00:00
Dave Hall
3d8f4dff7a A search context is no longer mandatory for updating the search index.
It can be used to defere updating the index until the model is ready,
however.
2012-03-07 22:43:11 +00:00
Dave Hall
176dd518df Only registering with watson if there are search fields in admin. 2011-09-13 15:30:02 +01:00
Dave Hall
266e8291f8 Added in uninstall command. 2011-09-08 16:53:07 +01:00
Dave Hall
9c9a4f5c6f Fixed error with empty changelist views in admin. 2011-09-08 16:11:30 +01:00
Dave Hall
f804b8d549 Renaming search admin class. 2011-08-29 18:00:55 +01:00
Dave Hall
5a6a726a14 Refactored registering live querysets. 2011-08-29 16:47:40 +01:00
Dave Hall
4d26000229 Added in tests for admin integration. 2011-08-29 14:57:55 +01:00
Dave Hall
bc3350b929 Working on admin integration. 2011-08-29 14:37:19 +01:00