Hi, I'm pretty new to django, so forgive me if this is an old topic, but...
I'd like to make a custom workflow for publishing purposes and have it part of the built-in admin authorization system, without modifying the admin code itself (in case of upgrades, etc.) (So instead of just user->can modify object, I could create user->can set attribute 'publish this now' on object). Is this sort of thing in the development roadmap? If not, what's the generally-accepted best way to implement this sort of thing? My initial thoughts were to create a workflow field in my 'Story' model that wouldn't be shown in the admin interface, except to members of a certain group, but it's kind of a hack, and would involve changing the admin views. Any suggestions? Or am I missing something basic? Thanks! Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---