mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Thanks Sergey Fedoseev for the implementation idea. Regression ina68ea23101. Backport of2d38eb0ab9from master
This commit is contained in:
committed by
Mariusz Felisiak
parent
0644b73e85
commit
dd2ca8b0ea
@@ -21,3 +21,6 @@ Bugfixes
|
||||
* Fixed migrations crash on PostgreSQL when adding an
|
||||
:class:`~django.db.models.Index` with fields ordering and
|
||||
:attr:`~.Index.opclasses` (:ticket:`30903`).
|
||||
|
||||
* Restored the ability to override
|
||||
:meth:`~django.db.models.Model.get_FOO_display` (:ticket:`30931`).
|
||||
|
||||
Reference in New Issue
Block a user