diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:29:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-20 17:29:41 +0200 |
commit | cd1fcb7f22cd2a5de22a33eade9ab4d38b2fa54a (patch) | |
tree | 7e360ddf84075d6026b96f8a7cd79bdf649388c7 /Makefile.example | |
parent | 9f98338863f1545f80495ee8a0ffbf4411a04381 (diff) | |
parent | 1b246239c77b23c5b8d062057d2bf885716a0e15 (diff) | |
download | Ishtar-cd1fcb7f22cd2a5de22a33eade9ab4d38b2fa54a.tar.bz2 Ishtar-cd1fcb7f22cd2a5de22a33eade9ab4d38b2fa54a.zip |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index abbaf9202..8f0e2e72c 100644 --- a/Makefile.example +++ b/Makefile.example @@ -158,7 +158,7 @@ fixtures: fixtures_auth fixtures_common fixtures_operations fixtures_context_rec fixtures_auth: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ - auth.group \ + auth.permission auth.group \ > '../fixtures/initial_data-auth-'$(default_data)'.json' fixtures_common: fixtures_common_importers fixtures_spatialrefsystem |