1
0
mirror of https://github.com/django/django.git synced 2025-09-10 11:09:12 +00:00
Ryan P Kilby bad03eb108 Fixed #36481 -- Fixed QuerySet.update concrete fields check.
FieldError is now emitted for invalid update calls involving reverse
relations, where previously they failed with AttributeError.
2025-09-04 12:15:45 -04:00
..