diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-21 22:49:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-21 22:49:29 +0200 |
commit | a6aa949e1e74c9edd81b275d61e1f354b5c39ba5 (patch) | |
tree | b58ea191ef3cb985ed7d1c75ad60273128652638 /archaeological_operations/tests.py | |
parent | c0eb7726323ec0cf710a5d4b2761d80849184953 (diff) | |
download | Ishtar-a6aa949e1e74c9edd81b275d61e1f354b5c39ba5.tar.bz2 Ishtar-a6aa949e1e74c9edd81b275d61e1f354b5c39ba5.zip |
Django 1.11: adapt all get_field_* to match the current Options API
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |