Changes between Initial Version and Version 1 of Ticket #24781
- Timestamp:
- May 11, 2015, 9:35:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24781
- Property Component Uncategorized → Documentation
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
Ticket #24781 – Description
initial v1 1 1 in python2: 2 2 {{{#!python 3 3 >>> from django.apps import apps 4 4 >>> apps.get_app_config('admin').verbose_name 5 5 }}} 6 6 displays: 7 {{{#!python 7 8 <django.utils.functional.__proxy__ object at 0x2c24c10> 9 }}} 8 10 9 11 instead of name