From cca497f2b81fa6d7d7797953afda2bcffea8e066 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 21 Aug 2017 22:49:29 +0200 Subject: Django 1.11: adapt all get_field_* to match the current Options API --- archaeological_operations/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 0c71448b3..80c8656a7 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -50,11 +50,11 @@ OPERATION_TOWNS_FIXTURES = \ FILE_FIXTURES = OPERATION_FIXTURES + [ settings.ROOT_PATH + - '../archaeological_files/fixtures/initial_data.json'] + '../archaeological_files/fixtures/initial_data-fr.json'] FILE_TOWNS_FIXTURES = OPERATION_TOWNS_FIXTURES + [ settings.ROOT_PATH + - '../archaeological_files/fixtures/initial_data.json'] + '../archaeological_files/fixtures/initial_data-fr.json'] class FileInit(object): -- cgit v1.2.3