Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit 6adf2bd

Browse files
committed
Indexing disabled when generating fixture
1 parent 9ebc4c3 commit 6adf2bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fixture_generator/management/commands/generate_fixture.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def testing_environment():
3636
debug, settings.DEBUG = settings.DEBUG, False
3737
settings.DEBUG = debug
3838
settings.CELERY_ALWAYS_EAGER = True
39+
settings.INDEXING_DISABLED = True
3940

4041
# make sure south doesn't break stuff
4142
management._commands['syncdb'] = 'django.core'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='djfixture',
11-
version="0.3.0a6",
11+
version="0.3.0a7",
1212
description='django-fixture-generator is a reusable django application to make writing fixtures not suck.',
1313
long_description=readme,
1414
author='Alex Gaynor',

0 commit comments

Comments
 (0)