Re: django.core.urlresolvers reverse, args and kwargs

2009-09-05 Thread Karen Tracey
On Sun, Sep 6, 2009 at 12:16 AM, vegas wrote: > > Hi guys, > > I was just doing some work, and I noticed that passing args and kwargs > to reverse raises an exception which explicitly tells me not to do > that: >if args and kwargs: >raise ValueError("Don't mix *args and **kwar

django.core.urlresolvers reverse, args and kwargs

2009-09-05 Thread vegas
Hi guys, I was just doing some work, and I noticed that passing args and kwargs to reverse raises an exception which explicitly tells me not to do that: if args and kwargs: raise ValueError("Don't mix *args and **kwargs in call to reverse()!") I don't see an obvious reason for

Some love for #11621 ?

2009-09-05 Thread Leo Soto M.
Hello, Here is me again, bitching you about issues when running Django on Jython. This time is #11621 [1], which is very simple to fix (a patch is already provided) but is causing serious pain to Jython users (because it may end up rewriting .class files). If there is something unclear about the

#9764 Internationalized Domain Names Support

2009-09-05 Thread Ulrich Petri
Hi, ticket #9764 has been in state DDN for some time now. I think it would be beneficial to have IDN support built in to django. Now my question is is: Is the ticket in DDN because of general conceptional concerns or because of the specific patch? If the patch is the reason I would be perf

Re: Do you like #11834 "Colorized technical_500_response: django code is green, user code is red."?

2009-09-05 Thread Yuri Baburov
On Sun, Sep 6, 2009 at 12:35 AM, Joshua Russo wrote: > On Sat, Sep 5, 2009 at 4:14 PM, Yuri Baburov wrote: >> >> Hi devs, >> >> I published http://code.djangoproject.com/ticket/11834 >> Screenshot: >> http://code.djangoproject.com/attachment/ticket/11834/11834.png >> >> I consider it pretty usefu

Re: get_stamp for CacheClass?

2009-09-05 Thread Jerry Stratton
On Sep 2, 2:09 am, "Thomas K. Adamcik" wrote: > Simply using cache.set('your_cache_key', (datetime.now(), your_value)) (or > time() instead of datetime.now()) should allow you to keep track of this in a > way which doesn't require modifying any core Django functionality :) Thanks; that makes sen

Re: proposal: decouple admin index page from INSTALLED_APPS

2009-09-05 Thread Russ Ryba
I'm coming late to the coversation but wanted to add by thoughts on the admin index issue. I'm at a campground on a cell phone so bandwidth and typing is limited. I'll try to be specific in my comments. 1. I think that this should be handled by individual app admin.py. I like the idea of j

Re: Do you like #11834 "Colorized technical_500_response: django code is green, user code is red."?

2009-09-05 Thread Joshua Russo
On Sat, Sep 5, 2009 at 4:14 PM, Yuri Baburov wrote: > > Hi devs, > > I published http://code.djangoproject.com/ticket/11834 > Screenshot: > http://code.djangoproject.com/attachment/ticket/11834/11834.png > > I consider it pretty useful and it has saved me few hours of debugging > already by its v

Do you like #11834 "Colorized technical_500_response: django code is green, user code is red."?

2009-09-05 Thread Yuri Baburov
Hi devs, I published http://code.djangoproject.com/ticket/11834 Screenshot: http://code.djangoproject.com/attachment/ticket/11834/11834.png I consider it pretty useful and it has saved me few hours of debugging already by its visual aid. But I'd like to hear what do you think of it. -- Best re

Re: unicode user name

2009-09-05 Thread Karen Tracey
Please don't crosspost to both django-users and django-developers. Pick the right list (in this case -users) and post there. Karen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post t

Re: proposal: decouple admin index page from INSTALLED_APPS

2009-09-05 Thread patrickk
On 5 Sep., 06:02, Russell Keith-Magee wrote: > On Sat, Sep 5, 2009 at 3:32 AM, James Bennett wrote: > > > On Fri, Sep 4, 2009 at 2:21 PM, andybak wrote: > >> 1. I think worrying about projects vs. apps is a red-herring. We are > >> talking about a way to configure an admin app. There might be