Re: remove items as they are assigned

2011-01-25 Thread Derek
Have a look at: http://groups.google.com/group/django-users/browse_thread/thread/eaafb5c60108f3bd/50d871a1627453f5?fwc=1 On Jan 24, 9:22 pm, arlen nascimento wrote: > Hi all, > i'm trying to do a simple thing, but it seems not so simple in django. > > I have the following models > >  class Monit

remove items as they are assigned

2011-01-24 Thread arlen nascimento
Hi all, i'm trying to do a simple thing, but it seems not so simple in django. I have the following models class Monitor(models.Model): id ... name ... address = foreignkey(MonitorAddress) class MonitorAddress(models.Model): address = CharField() what i want to do is as long as i assig