Auto-populate fields in django?

2009-03-30 Thread Dr.Hamza Mousa
Hello , am wondering , how to auto-populate fields as ( User field , and current datetime filed ) , i follow up those tips , and created a custom manager / and manipulator http://www.b-list.org/weblog/2006/nov/02/django-tips-auto-populated-fields/, though am wondering if there is another way around

Re: Auto-populate fields in django?

2009-03-30 Thread Andy Mckay
Try this more recent one: http://www.b-list.org/weblog/2008/dec/24/admin/ On 30-Mar-09, at 7:29 PM, Dr.Hamza Mousa wrote: > Hello , am wondering , how to auto-populate fields as ( User field , > and current datetime filed ) , i follow up those tips , and created > a custom manager / and mani

Re: Auto-populate fields in django?

2009-03-31 Thread Hamza
Thanks alot , i already figured out the user one using "request.user" , at the view function . Thanks alot for the recent article . I just know the default datetime value , thank you . On Mar 31, 4:58 am, Andy Mckay wrote: > Try this more recent one: > > http://www.b-list.org/weblog/2008/d