Opened 4 years ago
Closed 4 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 , 4 years ago
Has patch: | set |
---|
comment:2 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
Cc: | added |
---|
comment:5 by , 4 years ago
Patch needs improvement: | set |
---|
comment:6 by , 4 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/13797