django1/django
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
..
bin Whitespace cleanup. 2013-10-10 16:49:20 -04:00
conf Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
contrib Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
core Fixed #13252 -- Added ability to serialize with natural primary keys. 2013-10-11 12:52:57 -04:00
db Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
dispatch Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
forms Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
http Fixed #16822 -- Added RawPostDataException 2013-10-08 08:05:39 -04:00
middleware Used "is" for comparisons with None. 2013-10-10 09:35:56 -04:00
shortcuts Fixed a mistake in my previous commit. 2013-09-22 14:36:53 +02:00
template Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
templatetags Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
test Used "is" for comparisons with None. 2013-10-10 09:35:56 -04:00
utils Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
views Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00