Opened 9 years ago

Last modified 8 years ago

#24781 closed Bug

incorrect command in doc: Applications — at Initial Version

Reported by: jdh13 Owned by: nobody
Component: Utilities Version: 1.7
Severity: Normal Keywords: py2
Cc: Chesco Igual Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

in python2:

from django.apps import apps
apps.get_app_config('admin').verbose_name

displays:
<django.utils.functional.proxy object at 0x2c24c10>

instead of name

Change History (0)

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