Opened 10 years ago

Closed 10 years ago

#23067 closed Cleanup/optimization (fixed)

Update docs to use django-admin instead of django-admin.py

Reported by: Tim Graham Owned by: Christoph Heer
Component: Documentation Version: 1.7-rc-1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Refs #21827 and the switch to setuptools in [66f546b].

I don't think there's a reason not to make the change, although we're likely to get tickets from people using the wrong version of Django.

Change History (5)

comment:1 by Christoph Heer, 10 years ago

Owner: changed from nobody to Christoph Heer
Status: newassigned

comment:2 by Christoph Heer, 10 years ago

Has patch: set

comment:3 by Areski Belaid, 10 years ago

Reviewed, looks good to me!

comment:4 by Areski Belaid, 10 years ago

Triage Stage: UnreviewedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In d47409831fbd44739d261c32c53a094748028e4f:

Fixed #23067 -- Updated docs to use django-admin

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