mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
This commit is contained in:
committed by
Mariusz Felisiak
parent
453967477e
commit
502e75f9ed
@@ -494,6 +494,10 @@ Miscellaneous
|
||||
instead of :exc:`~django.core.exceptions.SuspiciousOperation` when a session
|
||||
is destroyed in a concurrent request.
|
||||
|
||||
* The :class:`django.db.models.Field` equality operator now correctly
|
||||
distinguishes inherited field instances across models. Additionally, the
|
||||
ordering of such fields is now defined.
|
||||
|
||||
.. _deprecated-features-3.2:
|
||||
|
||||
Features deprecated in 3.2
|
||||
|
||||
Reference in New Issue
Block a user