Opened 17 years ago

Closed 17 years ago

Last modified 17 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 17 years ago.

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by Chris Beaven

comment:1 Changed 17 years ago by anonymous

Cc: ross@… added

comment:2 Changed 17 years ago by Adrian Holovaty

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 Changed 17 years ago by jim-django@…

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 Changed 17 years ago by Adrian Holovaty

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