Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20591 closed Bug (fixed)

Documentation for django.utils.module_loading.import_by_path does not indicate Django version it was added in

Reported by: Michael Owned by: Baptiste Darthenay
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Baptiste Darthenay 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

Documentation for import_by_path was added in #19748:

https://docs.djangoproject.com/en/dev/ref/utils/#django.utils.module_loading.import_by_path

However this documentation doesn't indicate which Django version it was added in (1.6).

I was scratching my head for a bit why this function wasn't working in Django 1.5.

Change History (5)

comment:1 by Baptiste Darthenay, 11 years ago

Cc: Baptiste Darthenay added
Owner: changed from nobody to Baptiste Darthenay
Status: newassigned

comment:2 by Baptiste Darthenay, 11 years ago

Has patch: set

comment:3 by Baptiste Mispelon, 11 years ago

Triage Stage: UnreviewedReady for checkin

Looks good.

comment:4 by Baptiste Darthenay <baptiste+github@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 8821bcb2a0b4d9a049a5b645afa5080b640928e2:

Fixed #20591: added version in docs for utils.module_loading.import_by_path.

comment:5 by Marc Tamlyn <marc.tamlyn@…>, 11 years ago

In 6e90bfde88136504915533a4f47d5ac043b62a76:

Merge pull request #1262 from batisteo/ticket-20591

Fixed #20591: added version in docs for utils.module_loading.import_by_path

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