1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #16330 -- added --pks option in dumpdata command

Thanks to guettli for the initial ticket and patch, with additional work
from mehmetakyuz and Kevin Brolly.
This commit is contained in:
Preston Holmes
2013-05-19 12:39:14 +02:00
parent bdde7feb26
commit 6786920fd8
4 changed files with 74 additions and 4 deletions

View File

@@ -249,6 +249,10 @@ Minor features
and :func:`~django.contrib.auth.views.password_change`, you can now pass
URL names and they will be resolved.
* The ``dumpdata`` manage.py command now has a --pks option which will
allow users to specify the primary keys of objects they want to dump.
This option can only be used with one model.
Backwards incompatible changes in 1.6
=====================================