diff options
| author | Tim Graham <timograham@gmail.com> | 2017-08-31 09:34:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 09:34:44 -0400 |
| commit | e5bd585c6eb1e13e2f8aac030b33c077b0b70c05 (patch) | |
| tree | c4ae599950d749a1b67f1b9273bd7458f8fc3e0e /django/db/models/sql | |
| parent | ec6481246a76f6a3339c987f14c3878f55cd7300 (diff) | |
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.
Diffstat (limited to 'django/db/models/sql')
0 files changed, 0 insertions, 0 deletions
