#36864: Add support for modules to import_string()
-------------------------------------+-------------------------------------
Reporter: Jacob Walls | Owner: Leland
| Boeman
Type: New feature | Status: closed
Component: Utilities | Version: 5.2
Severity: Normal | Resolution: fixed
Keywords: import_string, | Triage Stage: Ready for
submodule | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls <jacobtylerwalls@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"65a9f14196c338d70889bd54753370606b3fb4eb" 65a9f141]:
{{{#!CommitTicketReference repository=""
revision="65a9f14196c338d70889bd54753370606b3fb4eb"
Fixed #36864 -- Supported modules and submodules in import_string().
Before, only submodules worked (and only if already imported). Now,
all modules work regardless of prior import state.
Updated expected exception in auth tests where import_string() returns
a non-callable.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36864#comment:20>