mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +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.
|
||||
for n in new_vals:
|
||||
rel_manager.add(f.rel.to._default_manager.get(pk=n))
|
||||
# TODO: Add to 'fields_changed'
|
||||
|
||||
expanded_data = DotExpandedDict(dict(new_data))
|
||||
# Save many-to-one objects. Example: Add the Choice objects for a Poll.
|
||||
|
Loading…
x
Reference in New Issue
Block a user