django/tests/fixtures
Senko Rasic cc3b3ba93a Fixed #18990: Loaddata now complains if fixture doesn't exist
The fixture named "initial_data" is exceptional though; if it
doesn't exist, the error is not raised. This allows syncdb and
flush management commands to attempt to load it without causing
an error if it doesn't exist.
2013-05-19 10:56:09 +02:00
..
fixtures
__init__.py
models.py
tests.py Fixed #18990: Loaddata now complains if fixture doesn't exist 2013-05-19 10:56:09 +02:00