Re: Standard way to treat temporary data which must be validated manually (by an admin)

2009-01-15 Thread garagefan
why not have two TextFields for the app, one for the approved content, and one for the edited and unapproved content? Write a function that overwrites the content in the approved TextField with the item in the unapproved TextField and delete the unapproved TextField and tie that function to a sel

Re: Standard way to treat temporary data which must be validated manually (by an admin)

2009-01-15 Thread bruno desthuilliers
On 15 jan, 17:17, kaskado wrote: > Hi, > not sure the subject said exactly what I want but I tried ;) I'm not a > web app/django expert so I hope you'll understand our problem. > > Let me first describe our system very quickly : > -On one side we have customers publishing content (text + images)

Standard way to treat temporary data which must be validated manually (by an admin)

2009-01-15 Thread kaskado
Hi, not sure the subject said exactly what I want but I tried ;) I'm not a web app/django expert so I hope you'll understand our problem. Let me first describe our system very quickly : -On one side we have customers publishing content (text + images) -On the other side, consumers, seeing and usi