mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
magic-removal: Added a TODO for fields_changed in manipulator code
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f252b11a9c
commit
2fbf2d5f42
@ -126,6 +126,7 @@ class AutomaticManipulator(forms.Manipulator):
|
|||||||
# Then, set the new values.
|
# Then, set the new values.
|
||||||
for n in new_vals:
|
for n in new_vals:
|
||||||
rel_manager.add(f.rel.to._default_manager.get(pk=n))
|
rel_manager.add(f.rel.to._default_manager.get(pk=n))
|
||||||
|
# TODO: Add to 'fields_changed'
|
||||||
|
|
||||||
expanded_data = DotExpandedDict(dict(new_data))
|
expanded_data = DotExpandedDict(dict(new_data))
|
||||||
# Save many-to-one objects. Example: Add the Choice objects for a Poll.
|
# Save many-to-one objects. Example: Add the Choice objects for a Poll.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user