From 02653af62cbd20161b8613a7920656aacad90d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Mon, 14 Jan 2019 17:56:16 -0500 Subject: [PATCH] test setting tweaks for django 2.1 --- tests/xapian_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xapian_settings.py b/tests/xapian_settings.py index 516106a..84303a3 100755 --- a/tests/xapian_settings.py +++ b/tests/xapian_settings.py @@ -2,6 +2,8 @@ import os from .settings import * INSTALLED_APPS = [ + 'django.contrib.auth', + 'django.contrib.admin', 'django.contrib.contenttypes', 'test_haystack.core', 'test_haystack.xapian_tests',