Changes between Initial Version and Version 2 of Ticket #30280
- Timestamp:
- Mar 22, 2019, 7:08:14 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30280
- Property Triage Stage Unreviewed → Accepted
- Property Summary _get_FIELD_display returns proxies in 2.2rc1 but always returned strings previously → Model_get_FIELD_display() returns proxies in 2.2rc1 but always returned strings previously
-
Ticket #30280 – Description
initial v2 1 I'm not sure whether that was wanted but https://github.com/django/django/commit/cc79c7ee637e65c8da27e56d746c87903d5ec901 (see https://code.djangoproject.com/ticket/27795 ) introduced a change where code which calls `get_*_display` got a string previously and now gets a proxy under some circumstances.1 I'm not sure whether that was wanted but cc79c7ee637e65c8da27e56d746c87903d5ec901 (#27795) introduced a change where code which calls `get_*_display` got a string previously and now gets a proxy under some circumstances. 2 2 3 3 If this isn't wanted (and I cannot find anything in the release notes saying that it is) then that's a regression which should be fixed before releasing Django 2.2.