Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2593 closed enhancement (wontfix)

[patch] Manipulator follow needs global option

Reported by: Chris Beaven Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: ross@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Discussed here: ChangeManipulators on only part of a model

follow = {'*': False, 'edit_this_field': True}
manipulator = ModelName.AddManipulator(follow)

Attachments (1)

manipulator_override_global.patch (762 bytes ) - added by Chris Beaven 18 years ago.

Download all attachments as: .zip

Change History (5)

by Chris Beaven, 18 years ago

comment:1 by anonymous, 18 years ago

Cc: ross@… added

comment:2 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

Manipulators in their current form are going away, so it wouldn't be worth it to add this feature.

comment:3 by jim-django@…, 18 years ago

It's been said for several months now that "Manipulators in their current form are going away"; but I haven't seen any details on what will be replacing them, or when. It's not mentioned on the Wiki. Is there a plan?

comment:4 by Adrian Holovaty, 18 years ago

jim-django: We've been discussing it on the django-developers mailing list recently. See here: http://groups.google.com/group/django-developers/browse_frm/thread/fef854223b97e49c/091353958727d625

Note: See TracTickets for help on using tickets.
Back to Top