Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#454 closed defect (fixed)

'app' instead of 'module' in django-admin.py --help

Reported by: Maniac@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django-admin.py --help says that for 'sql' command it requires an 'app' specified. But in fact it wants module there.

Not sure about install though. Should every module be installed separately or is it really for the whole app?

Change History (3)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [607].

comment:2 by Malcolm Tredinnick, 17 years ago

(In [5480]) unicode: Fixed #454 -- Fixed admin bug for custom primary keys. Thanks,
me@….

comment:3 by Malcolm Tredinnick, 17 years ago

(Ignore previous comment. Typo in commit message.)

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