Re: No custom management commands for django-admin.py?

2007-10-25 Thread Russell Keith-Magee
On 10/26/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > I looked around in the various tickets and threads for the reasoning > behind this, and wasn't able to find anything. Is there a particular > reason django-admin.py doesn't load custom commands? Changing this > line [1] makes everything

Re: Cleaning up memcached connections

2007-10-25 Thread Graham Dumpleton
On Oct 26, 3:59 pm, Chris Henderson wrote: > I ran into this when I was running benchmarks with ab2 on an Ubuntu > Dapper box. I ended up just using the patch that you provided to fix > the problem, but after I installed gutsy recently, I noticed that the > problem was no longer occurring on a

Re: Cleaning up memcached connections

2007-10-25 Thread Chris Henderson
I ran into this when I was running benchmarks with ab2 on an Ubuntu Dapper box. I ended up just using the patch that you provided to fix the problem, but after I installed gutsy recently, I noticed that the problem was no longer occurring on a straight svn Django checkout (without the fix). It

Ticket #1051 - Need Advice

2007-10-25 Thread Zenom
So today I decided to try and bust out the patch and unit tests for this ticket. The patch that was submitted last is pretty close other than line numbers to get this working, HOWEVER. The unit tests do not work. When I apply the basic patch I am able to enter the django shell, access the model,

Re: A big bug!

2007-10-25 Thread Malcolm Tredinnick
On Thu, 2007-10-25 at 12:20 +, Romit.Y wrote: > Today, I find a big bug about django permissions. Details is > following: > If you delete your application(i.e app1 ) and then deploy it(i.e app2 > into which you add new model entries) again, but app1 and app2 have > the same verbose_name. > Now

No custom management commands for django-admin.py?

2007-10-25 Thread Joseph Kocherhans
I looked around in the various tickets and threads for the reasoning behind this, and wasn't able to find anything. Is there a particular reason django-admin.py doesn't load custom commands? Changing this line [1] makes everything work fine in my tests. Is it just that it would require you to spe

A big bug!

2007-10-25 Thread Romit.Y
Today, I find a big bug about django permissions. Details is following: If you delete your application(i.e app1 ) and then deploy it(i.e app2 into which you add new model entries) again, but app1 and app2 have the same verbose_name. Now, you will transfer management to your staff. So you login adm