Re: Abstract field

2007-05-30 Thread Sebastjan Trepca
wrote: > > Hi Sebastjan, > > On Tue, 2007-05-29 at 11:37 +0200, Sebastjan Trepca wrote: > > Hi, > > > > I would like to create a custom abstract field for a model. This field > > shouldn't affect the database, it should only be used for passing >

Re: Abstract field

2007-05-29 Thread Malcolm Tredinnick
Hi Sebastjan, On Tue, 2007-05-29 at 11:37 +0200, Sebastjan Trepca wrote: > Hi, > > I would like to create a custom abstract field for a model. This field > shouldn't affect the database, it should only be used for passing > variables. > I need to get "request.user

Abstract field

2007-05-29 Thread Sebastjan Trepca
Hi, I would like to create a custom abstract field for a model. This field shouldn't affect the database, it should only be used for passing variables. I need to get "request.user" when "post_init" signal is fired. So I was thinking about something like this: Crea