django/tests/fixtures_regress
Tai Lee e527c0b6d8 Fixed #13252 -- Added ability to serialize with natural primary keys.
Added ``--natural-foreign`` and ``--natural-primary`` options and
deprecated the ``--natural`` option to the ``dumpdata`` management
command.

Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys``
arguments and deprecated the ``use_natural_keys`` argument to
``django.core.serializers.Serializer.serialize()``.

Thanks SmileyChris for the suggestion.
2013-10-11 12:52:57 -04:00
..
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
fixtures_1 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixtures_2 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. 2013-08-20 21:25:57 +02:00
tests.py Fixed #13252 -- Added ability to serialize with natural primary keys. 2013-10-11 12:52:57 -04:00