Changes between Initial Version and Version 1 of Ticket #30813, comment 1


Ignore:
Timestamp:
Sep 27, 2019, 10:46:04 AM (5 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30813, comment 1

    initial v1  
    1 `dumpdata` dumps primary keys by default which don't exist anymore after `flush`, so it's expected that such combination of commands fails. You should try:
     1`dumpdata` dumps primary keys by default so IMO it's expected that such combination of commands fails. You should try:
    22{{{
    33django-admin dumpdata  --natural-foreign --natural-primary
Back to Top