1
0
mirror of https://github.com/django/django.git synced 2025-01-30 20:19:22 +00:00
Tim Graham e5bd585c6e Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Previously, it was a QuerySet which could reevaluate to a new value if the
model's data changes. This is inconsistent with other Field.value_from_object()
methods.

This allows reverting the fix in the admin for refs #27998.
2017-08-31 09:34:44 -04:00
..
2014-12-19 18:07:52 +01:00
2014-12-19 18:07:52 +01:00
2017-08-15 09:41:49 -04:00