Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29360 closed Cleanup/optimization (fixed)

collectstatic docs reference Python2-only Fabric

Reported by: stvsmth Owned by: nobody
Component: Documentation Version: 2.0
Severity: Normal Keywords: staticfiles, collectstatic, fabric
Cc: stvsmth Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by stvsmth)

The Serving the site and your static files from the same server and the Serving static files from a dedicated server documentation references Fabric and fabfiles. Fabric (as linked in the docs) is a Python 2.5-2.7 only project. This should probably change since Django 2.0+ is Python3 only.

Fabric has a roadmap for Python 3 support, last updated May 2015. They propose moving eventually to a Fabric2 ... unfortunately there already exists a Fabric3 fork, so keeping Fabric in the docs could (eventually) lead to confusion.

I searched for existing tickets, #15080 is about the same area of documentation, but a completely different problem.

If the Django devs want to recommend a particular package I would be willing to update the docs.

Change History (5)

comment:1 by stvsmth, 6 years ago

Cc: stvsmth added

comment:2 by stvsmth, 6 years ago

Description: modified (diff)

comment:3 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted

I asked on django-developers about how to proceed.

comment:4 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In d0b04c63:

Fixed #29360 -- Removed Fabric examples in docs.

comment:5 by Tim Graham <timograham@…>, 6 years ago

In 670ebccf:

[2.0.x] Fixed #29360 -- Removed Fabric examples in docs.

Backport of d0b04c6308fdd0909630fc1ed9f466082ed1d38f from master

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