#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 , 12 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 12 years ago
| Has patch: | set |
|---|
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Pull request here: https://github.com/django/django/pull/1262