Modify ↓
Ticket #304 (closed defect: worksforme)
[patch] Hacks.set_installed_apps() fails to monkeypatch models.get_apps correctly
| Reported by: | stefantalpalaru@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | commands | Version: | 0.6.2 |
| Keywords: | Cc: |
Description
the original models.get_apps() returns a list of modules while the hacked version returns a list of app names. The attached patch fixes this.
Attachments
Change History
comment:1 Changed 3 years ago by andrew
- Status changed from new to closed
- Resolution set to worksforme
This has already been fixed in the development codebase, but thanks for the report!
Note: See
TracTickets for help on using
tickets.
