schema-evolution: postgres introspection bug

2006-10-31 Thread Matthew Flanagan
Hi, I've been testing out the schema-evolution branch again and hit the same issue I was having before where it was trying to evolve a model that hadn't changed. Here are my minimal test case models for this issue: from django.db import models class FooType(models.Model): name = models.Char

Re: Please whitelist me

2006-10-31 Thread Russell Keith-Magee
On 11/1/06, John Hwang <[EMAIL PROTECTED]> wrote: > mysql complains of empty IN() when manytomany field is being saved as > blank/empty This looks to be a variation on ticket #2473. It's a known problem, which I believe Malcolm is working on with his refactor of the query code. Yours, Russ Mage

Re: What's going on with all these branches?

2006-10-31 Thread Norjee
Regarding the, apparent, less than optimal participation, I think it might help to dedicate a section on the Django homepage to development in general or these branches in particular. It's a bit difficult to find out what needs to be done, it is only posted on this google discussion group, and aft

Please whitelist me

2006-10-31 Thread John Hwang
I would like to report a bug. Here is my information: [EMAIL PROTECTED] the following is the description of the ticket: Title: mysql complains of empty IN() when manytomany field is being saved as blank/empty Description: Django complains when I try to create a concert with an edit_inlined p

Re: Re: What's going on with all these branches?

2006-10-31 Thread Jay Parlar
I've reported at least a few times on django-dev and django-users that I've had a lot of success with row-level-permissions. I found some bugs early on, but Chris Long squashed them all for me. I'm currently running a production site with that branch. My requirements of it are pretty minimal, but

Re: What's going on with all these branches?

2006-10-31 Thread Rob Hudson
I think it would be a good idea to have a bug-squash/testing day on IRC for certain branches. Maybe the developers of those branches let someone (?) know they'd like some testing. A day is picked and that's the testing day. Try to raise awareness on the mailing lists and that IRC will be the pl

Re: Login required across entire project Middleware

2006-10-31 Thread Michael Radziej
Jay Parlar schrieb: > I think that Tom Tobin ([EMAIL PROTECTED]) was given the job of > administering the Trac whitelist. He whitelisted me (hey, thanks!) when I sent him personal mail. He will need the IPs you use to access Trac. I guess dynamic IPs would give him headaches ... Michael --

Comments regarding QuerySet.valuelist()

2006-10-31 Thread Michael Radziej
Hi, Ticket 2482 by mccutchen (thanks!) adds a method 'valuelist()' to QuerySet. It works similar to values(), but generates tuples instead of dicts. I use this, and I really appreciate the idea, but there's one thing I don't like about it. If you pass only one attribute, it yields single val

Re: Login required across entire project Middleware

2006-10-31 Thread Jared Kuolt
Joe wrote: > It does bring up the general sort of question - is there a mechanism by > which individuals can get "whitelisted" or otherwise allowed access to > the wiki to post up code, patches, etc? I put some thought into this but couldn't figure out a way to make this feasible. This would almo

Re: What's going on with all these branches?

2006-10-31 Thread Jeremy Dunck
On 10/31/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > This comes up every few weeks. > I've wikified this response here: http://code.djangoproject.com/wiki/ActiveBranches I linked to any branch detail pages I could find, relevant groups discussions, and added a suggestion to test one of the

Re: Re: Login required across entire project Middleware

2006-10-31 Thread Jay Parlar
I think that Tom Tobin ([EMAIL PROTECTED]) was given the job of administering the Trac whitelist. Jay P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email t

Re: Login required across entire project Middleware

2006-10-31 Thread Jared Kuolt
I forgot to mention that I attempted to put this in the Wiki again and askimet failed me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develo

Re: Login required across entire project Middleware

2006-10-31 Thread Jared Kuolt
Thanks, Joe. I've actually updated it to this: from django.conf import settings from django.contrib.auth.views import login from django.http import HttpResponseRedirect class RequireLoginMiddleware(object): """ Require Login middleware. If enabled, each Django-powered page will require

Re: Login required across entire project Middleware

2006-10-31 Thread Joe
Jared's posted it on his site - http://superjared.com/entry/requiring-login-entire-django-powered-site/ It does bring up the general sort of question - is there a mechanism by which individuals can get "whitelisted" or otherwise allowed access to the wiki to post up code, patches, etc? I really

What's going on with all these branches?

2006-10-31 Thread Joeboy
Hi Don't like to hassle, but I'm increasingly wondering what the plan is for the many new features due to be included in django. I think this entails these branches: full-history multiple-db-support per-object-permissions schema-evolution search-api sqlalchemy generic-auth (?) I'd really like t

Re: What's going on with all these branches?

2006-10-31 Thread Jacob Kaplan-Moss
On 10/31/06 11:18 AM, Joeboy wrote: > Don't like to hassle, but I'm increasingly wondering what the plan is > for the many new features due to be included in django. I think this > entails these branches: This comes up every few weeks. We're really still waiting on end-user testing on the SoC br

Re: Login required across entire project Middleware

2006-10-31 Thread Jay Parlar
On 10/27/06, Jared Kuolt <[EMAIL PROTECTED]> wrote: > > I'd like to add a Middleware class that I wrote to the Wiki, but I keep > getting rejected by askimet. > > The class requires an authenticated user for every view. This is > beneficial for any closed project. Does anyone suppose something lik

Whitelist me please in trac

2006-10-31 Thread Wolfram Kriesing
Could someone please add   [EMAIL PROTECTED]to the whitelist, so i can add tickets to trac.thx-- cu Wolfram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, se