Re: Django SVN request.get_full_path() return main.fcgi?

2008-08-31 Thread Michael Richardson
On Aug 30, 11:07 pm, Jason Cui <[EMAIL PROTECTED]> wrote: > When I update django SVN yestoday, about from 0.97 to 1.0 beta2, the > function request.get_full_path() return wrong value sometimes. When I > locate urlhttp://domain/detail/list/, this function return /main.fcgi/ > detail/list/, but

Django events during OSCON

2008-07-16 Thread Michael Richardson
that there's going to be a Django sprint here on August 22 - http://code.djangoproject.com/wiki/SprintPortlandAugust2008 . We would love to see you there. If anybody has any questions, please feel free to email me. Hope to see you there! -Michael Richardson [1] Jax Bar ( http://jaxbar.com/ ) is located

Re: Inheriting from auth.models.User

2008-06-30 Thread Michael Richardson
> Really? I was sort of hoping with model inheritance and newforms-admin I > would finally be able to get rid of user profile.  It was a useful hack > but now that there is a general solution the special case should be > disfavored, no? There's a patch for this -

Re: Some strange "cache" behavior

2008-05-27 Thread Michael Richardson
> I've tried with never_cache, but it doesn't work. The strange thing is > that today, I've added a new blog post, which was immediately visible > from the post list and post details. But some hours later it > disappears until I restart Apache. I really don't understand where the > problem can

Re: Calendar app: how to model reccurring events?

2008-04-06 Thread Michael Richardson
> I'm in the process of writing my first Django project, which has a > calendar application. I'm not quite sure how I should model reccurring > events. My first idea was to use a Event table (containing all the > event data), and a RecurringEvent table which has only two rows: > parent