Re: Can tickets #925 & 959 get some love?

2005-12-24 Thread Robert Wittams
Adrian Holovaty wrote: > On 12/21/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > >>#925 - [patch] Refactor functionality of DjangoContext into >>'processors' which can be replaced or added to > > > I've added this functionality to trunk. > > Adrian > > -- > Adrian Holovaty > holovaty.com | djan

FileField & many to many

2005-12-24 Thread Robert Wittams
FileField -- Ok, so I need to change the file field api, because the current one requires special casing in the manipulator. It is also broken in the presence of validation errors, or multiple requests ( which the fallback non ajax admin now relies on). FileField needs to act like everyt

Re: Can tickets #925 & 959 get some love?

2005-12-24 Thread Brant Harris
On 12/24/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > Sounds good -- I like the RequestContext name. Other thoughts? UserContext?

Re: Can tickets #925 & 959 get some love?

2005-12-24 Thread Adrian Holovaty
On 12/24/05, Robert Wittams <[EMAIL PROTECTED]> wrote: > I would vote to rename it RequestContext, or something else that makes > clear what the point of it is (namely that it has special treatement for > being initialised with a request). We can always keep DjangoContext as > an alias. Sounds g

Re: Can tickets #925 & 959 get some love?

2005-12-24 Thread Robert Wittams
Brant Harris wrote: > On 12/24/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > >>Sounds good -- I like the RequestContext name. Other thoughts? > > > UserContext? > What does it have to do with Users? It doesn't have to be filled with authentication information or anything. Seems a bit strain

Re: Can tickets #925 & 959 get some love?

2005-12-24 Thread Robert Wittams
> Another good point. Only problem with removing it at this time is that > people using 0.90 might find that section useful. We could remove it > in 0.91. > Sounds good.