Opened 11 years ago

Closed 11 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.

Attachments (1)

19748.diff (1.1 KB ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

by Tim Graham, 11 years ago

Attachment: 19748.diff added

comment:2 by Tim Graham, 11 years ago

Cc: timograham@… added
Has patch: set
Version: master

comment:3 by Claude Paroz, 11 years ago

Triage Stage: AcceptedReady for checkin

Looks good.

comment:4 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In b9dbd1dd2fddbd4ba20e1ab983b0d6712d21da00:

Fixed #19748 - Documented django.utils.module_loading.import_by_path

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