Opened 12 years ago
Closed 12 years ago
#19748 closed Cleanup/optimization (fixed)
Document django.utils.module_loading.import_by_path
Reported by: | Marc Tamlyn | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | timograham@… | 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 ¶
This refactored out module loading function is really useful for third party modules settings. Many of these I'm sure have copied old style functions. As this code is pretty stable I think it should be documented, thus public API.
Change History (5)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
by , 12 years ago
Attachment: | 19748.diff added |
---|
comment:2 by , 12 years ago
Cc: | added |
---|---|
Has patch: | set |
Version: | → master |
comment:3 by , 12 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks good.