I fully agree with you. This is generaly not a very good design, but i
think we can do some exception for a very specific problems.
For example, i found this very handy, when we have to support a
multilingual db: getting the current language like this and use it to
select the right values in db can save us a lot of work, and result in
a more clear views code and template.

I know that it is not very good, but it is like evil, it is
tempting :-)


On 17 jan, 12:07, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Jan 17, 2008 5:00 AM, Grindizer <[EMAIL PROTECTED]> wrote:
>
> > - If you want to retrieve the current logged user at model level, this
> > is a little more complicated, because models are note designed to see
> > what happen at process level, but it still possible, look at this:
>
> Any code which requires this is, in my opinion, badly designed and
> should be re-thought so that it accesses the user object from a
> context where it's already naturally available -- preferably in a view
> which has access to the HttpRequest object. It's easy enough to pass
> the request, or the logged-in user read from the request, to functions
> on an as-needed basis, and doing so is much clearer and much less
> hackish than the threadlocals trick.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to