Opened 6 years ago
Closed 6 years ago
#31552 closed Cleanup/optimization (fixed)
Loading lzma compressed fixtures
| 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 lzma format is supported natively in Python 3 [1] from version 3.3, I would propose to add lzma compressed fixtures (.xz) support in loaddata command.
Change History (8)
comment:1 by , 6 years ago
| Has patch: | set |
|---|
comment:2 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
| Cc: | added |
|---|
comment:4 by , 6 years ago
| Type: | New feature → Cleanup/optimization |
|---|
comment:5 by , 6 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:6 by , 6 years ago
| Patch needs improvement: | set |
|---|
comment:7 by , 6 years ago
| Patch needs improvement: | unset |
|---|
As requested in the PR comments I added support for LZMA archives , fixes documentation issues and added a section in 3.2 release notes.
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/12879