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
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
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
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,
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
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
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