Opened 3 years ago

Closed 3 years ago

#32291 closed New feature (fixed)

Add support for fixtures compression in dumpdata

Reported by: Paolo Melchiorre Owned by: Paolo Melchiorre
Component: Core (Management commands) Version: dev
Severity: Normal Keywords: fixtures
Cc: Paolo Melchiorre Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since loaddata command support compressed fixtures [1] loading, I would propose to add fixtures compression support in dumpdata command.

[1] https://docs.djangoproject.com/en/dev/ref/django-admin/#compressed-fixtures

Change History (7)

comment:1 by Paolo Melchiorre, 3 years ago

Has patch: set

comment:2 by Paolo Melchiorre, 3 years ago

Owner: changed from nobody to Paolo Melchiorre
Status: newassigned

comment:3 by Paolo Melchiorre, 3 years ago

Cc: Paolo Melchiorre added

comment:4 by Nick Pope, 3 years ago

Triage Stage: UnreviewedAccepted

This seems reasonable to me.

comment:5 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:6 by Paolo Melchiorre, 3 years ago

Patch needs improvement: unset

comment:7 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In c412d9af:

Fixed #32291 -- Added fixtures compression support to dumpdata.

Note: See TracTickets for help on using tickets.
Back to Top