Re: get_next_by_FIELD and alternate managers

2006-09-04 Thread Konstantin Shaposhnikov
On 9/4/06, Nate Straz <[EMAIL PROTECTED]> wrote: > > On Sun, Sep 03, 2006 at 11:26:22PM +0100, Konstantin Shaposhnikov wrote: > > On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > My problem is that my older/newer navigation that uses > > >

Re: get_next_by_FIELD and alternate managers

2006-09-03 Thread Konstantin Shaposhnikov
Hi Nate, You can pass additional filter arguments to get_next_by_pub_date method like this: entry.get_next_by_pub_date(is_published = True) Regards, Konstantin On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In my blog I take advantage of get_next_by_FIELD (pub_date in this case

Re: auto_now_add bug with MySQL

2006-05-29 Thread Konstantin Shaposhnikov
On 5/29/06, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > On 5/29/06, Konstantin Shaposhnikov <[EMAIL PROTECTED]> wrote: > > I suggest you to not use auto_now_add at all if you are using current > > (post magic-removal) version

Re: auto_now_add bug with MySQL

2006-05-29 Thread Konstantin Shaposhnikov
Hello, On 5/29/06, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > Andy, > > On 5/8/06, Andy Dustman <[EMAIL PROTECTED]> wrote: > > Try the patch on this bug: > > The 2nd patch didn't work for me, as I noted in the ticket. > > The initial save with DateField(auto_now_add = True) is corr

Re: Wiki or Blogs done with django

2006-05-29 Thread Konstantin Shaposhnikov
Hello, Do not count this post as self promotion but you can also check my personal site :) Here is how it looks like: http://step-inside.org And here you can browse sources: http://step-inside.org/projects/stepinside/browser/trunk Though it is not ported to the latest version (post magic-re

Re: view on site

2006-03-02 Thread Konstantin Shaposhnikov
On 3/2/06, Mary Adel <[EMAIL PROTECTED]> wrote: > > I did that but their is something that is very strange happened when i > click on the view on site button it goes to microsoft site which is > strange for me :( You should edit details about your Site object in Admin application. By default doma