New Comments Framework admin ordering issue

2008-09-08 Thread shelbybark
I recently converted my personal site over to using django 1.0. So, I followed the upgrading guide for moving my old comments over to using the new comments. However, since the upgrade, I've noticed the ordering of the comments in the admin seems to be chronological, rather than reversed to see th

Re: New Comments Framework admin ordering issue

2008-09-08 Thread shelbybark
Ah, yes. Very good. I'll keep a watch on that. Thanks! On Sep 8, 6:19 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 8, 2008 at 6:43 PM, shelbybark <[EMAIL PROTECTED]> wrote: > > > I recently converted my personal site over to using djang

Combining querysets into one list for an event calendar

2007-03-10 Thread shelbybark
I'm trying to figure out how to combine the results of a few different querysets to have a list of upcoming events on a basic calendar page. I don't know for sure if this is possible. Any direction would be appreciated. Thanks, Steven --~--~-~--~~~---~--~~ You re

Re: Combining querysets into one list for an event calendar

2007-03-10 Thread shelbybark
dinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-03-10 at 14:43 -0800, shelbybark wrote: > > I'm trying to figure out how to combine the results of a few different > > querysets to have a list of upcoming events on a basic calendar page. > > I don't know for su

Re: Combining querysets into one list for an event calendar

2007-03-10 Thread shelbybark
Yes indeed. Thanks again, I just finished up the first roughed version of this using the itertools.chain function. Worked beautifully. Thanks for your patience with us "newbies" On Mar 10, 5:08 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-03-10 at 14:5

undocumented variable - get_next_by_

2006-10-24 Thread shelbybark
Hello all. I thought I sent this in earlier tonight, but cannot find a record of it. So forgive me if it's a duplicate. While getting familiar with Jeff Croft's Lost-Theories code, I ran across a variable called get_next_by_x (or get_previous_by_x). I have not been able to find any documentation

get_next_by variable

2006-10-24 Thread shelbybark
While getting familiar with Jeff Croft's Lost-Theories code, I ran across a variable called get_next_by_x (or get_previous_by_x). I have not been able to find any documentation for this, but in testing it out it appears to be only usable by date-based item from a model. I was trying to figure out

Re: get_next_by variable

2006-10-25 Thread shelbybark
Thanks, James. I should have know I had overlooked the documentation. >From everything I had tried, I had realized that it was probably linked to DateTimeFields, but wanted to make sure. Thanks again for the help. --~--~-~--~~~---~--~~ You received this message be

Re: undocumented variable - get_next_by_

2006-10-25 Thread shelbybark
Thanks, Malcolm. I should have know I'd overlooked the documentation for that. I really appreciate the help. I'm trying to learn programming and Python and Django all at the same time. Hopefully one day it will all click. I'll get back to trying to find a way to convert my date_taken from Flickr