Re: formsets should be iterable: closed [WONTFIX] -- why

2010-12-20 Thread KentH
Hi Russ, Thanks very much for applying the patch (especially finding the docs, finding the tests, updating the docs, and updating the tests...). I appreciate your effort & your mentoring. I'll do better with the next patch. Thanks again, Kent -- You received this message because you are

Re: Delete leads to IntegrityError (Trac Ticket #14896)

2010-12-20 Thread Russell Keith-Magee
On Mon, Dec 20, 2010 at 9:49 PM, thierry wrote: > Hi all, > > I've tested the django 1.3 alpha release, but it seems that's the > delete cascading rule doesn't work anymore when a class contains a > ManyToManyField pointing on a class having subclasses. Consequently, >

Delete leads to IntegrityError (Trac Ticket #14896)

2010-12-20 Thread thierry
Hi all, I've tested the django 1.3 alpha release, but it seems that's the delete cascading rule doesn't work anymore when a class contains a ManyToManyField pointing on a class having subclasses. Consequently, I've created a ticket in django trac server (#14896) to describe my problem. Hope this

Re: I18N locale per app resolving - documentation incorrect or bug?

2010-12-20 Thread Klaas van Schelven
Ok, I split it out: Documentation incorrect: (incl. patch) http://code.djangoproject.com/ticket/14910 Code incorrect: (patch w/ test) http://code.djangoproject.com/ticket/14924 Please review, Klaas On Dec 19, 1:13 pm, Klaas van Schelven wrote: > Hi all, > > To be a

Re: Giving Users Permissions on a Subset of Models

2010-12-20 Thread James Hancock
Wow, thanks for the heads up. Looks like this might do the trick. Thanks, Elder Hancock On Mon, Dec 20, 2010 at 4:22 PM, Lukasz Balcerzak wrote: > Hi James, > > You should check out django-authority [1] - as far as I know it is > only row-level perms application

Re: Giving Users Permissions on a Subset of Models

2010-12-20 Thread James Hancock
Chuck Harmstron, Thanks for the warm welcome and the good advice. I saw that row-level permissions came out with 1.2, but I wasn't sure exactly what it was so thank you for the clarification. While I try and figure it out for my site I will move any questions about how to implement it over to

Re: Django support added to BuiltWith!

2010-12-20 Thread Andrew Ingram
On 20 Dec 2010, at 06:40, Russell Keith-Magee wrote: > > No, there aren't any completely reliable clues -- and in my opinion, > that's a good thing. > > Providing an easy way to identify a Django site serves no purpose > other than inflating project ego. On the other hand, if I am a black > hat

Re: Giving Users Permissions on a Subset of Models

2010-12-20 Thread Lukasz Balcerzak
Hi James, You should check out django-authority [1] - as far as I know it is only row-level perms application with "logical checks" (rules). Other apps for managing object permissions are listed at djangopackages.com ("Permissions" grid) [2]. Cheers [1]