wagtail/wagtail/wagtailsearch
2016-05-10 11:24:49 +01:00
..
backends remove unused private method in BaseSearchQuery 2016-02-26 08:56:09 +00:00
locale Pull translations from Transifex 2016-05-10 11:24:49 +01:00
management Use add_arguments over deprecated option_list 2016-03-30 22:00:13 +01:00
migrations Added on_delete actions into migrations 2016-02-17 16:56:00 +00:00
templates/wagtailsearch Namespace the admin search urls 2015-12-14 09:23:59 +00:00
tests Perform full_clean on page save, and fix tests that previously saved invalid pages 2016-02-29 17:28:36 +00:00
urls Namespace the admin search urls 2015-12-14 09:23:59 +00:00
views pep8 fixes 2015-12-09 14:21:48 +00:00
__init__.py Merge remote-tracking branch 'torchbox/master' into bad-imports-cleanup 2014-09-18 10:40:32 +01:00
apps.py Use AppConfig.ready to register signal handlers 2014-10-14 09:33:19 +11:00
forms.py Cleanup E128 errors 2015-12-04 10:00:15 +00:00
index.py Remove remaining Django 1.7 code and deprecate wagtail.utils.compat functions 2016-01-06 14:01:58 +00:00
models.py Add on_delete=CASCADE to all ForeignKeys without on_delete action 2016-01-26 17:28:49 +00:00
queryset.py Cleanup E128 errors 2015-12-04 10:00:15 +00:00
signal_handlers.py Search signal handler references pk rather than id 2015-08-25 15:10:40 -07:00
utils.py Move normalise_query_string into wagtailsearch utils and use it in the backends 2014-06-25 11:27:16 +01:00
wagtail_hooks.py Namespace the admin search urls 2015-12-14 09:23:59 +00:00