Re: `singular` on M2M fields

2006-05-03 Thread Adrian Holovaty
On 4/17/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > In working through the Model API documentation, I came across the > 'singular' argument for m2m fields. Since we have removed the > pluralization parts of Django, it seems to me that `singular` is no > longer required. > > Does anyone ha

Re: OneToOneField behavior doesn't match docs

2006-05-03 Thread Joseph Kocherhans
On 5/3/06, Rudolph <[EMAIL PROTECTED]> wrote: > > Nice fix. I found one problem. When a user "forgets" to set the > OneToOneField and saves the object, Django does not return a nice error > message but throws an exception because Django tries to insert a record > without the primary key set. Some

Re: OneToOneField behavior doesn't match docs

2006-05-03 Thread Rudolph
Nice fix. I found one problem. When a user "forgets" to set the OneToOneField and saves the object, Django does not return a nice error message but throws an exception because Django tries to insert a record without the primary key set. Some kind of validation should be added to prevent this. Shal

Re: models in more files

2006-05-03 Thread Luke Plant
On Wednesday 03 May 2006 23:47, Honza Král wrote: > Is this a feature or a lack of feature (or am I just dong something > wrong)? It worked just fine before MR came along... > What is the opinion of you guys? If there would be more people who > would like to have this possibility, I would galdly

models in more files

2006-05-03 Thread Honza Král
Hello, I was discussing this in users mailing list already: http://groups.google.com/group/django-users/browse_thread/thread/74355d0837d9f61d?tvc=2 I started playing with Django recently (thank you for it, its great). When I tried to port my sample app from pre-MR to magic-removal, I got stuck for

DataFormat break utf8 string ?

2006-05-03 Thread Gael Chardon
Hello, the 'M' and 'D' format use a [0:3] to truncate the string, to my point of view it could break an encoding. For example, in the french translation of August (Août), the û is a 16bits char in utf8. Am I missing something ? Regards. -- Gaël Chardon --~--~-~--~~~--

Re: Exclude filter in the admin

2006-05-03 Thread Michael Radziej
Hi, I've added [patch] to the summary of your ticket. This will make sure the ticket shows up in the queue of "tickets with patches". ;-) Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers

Exclude filter in the admin

2006-05-03 Thread [EMAIL PROTECTED]
Exclude instead if filter by adding a - in front of the field name in list_filters http://code.djangoproject.com/ticket/1722 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to thi

Re: Firebird support

2006-05-03 Thread David Elias
> Hi David, Hi, thanks for the response. > I don't know of any work being done on a Firebird adapter. Would you > like to volunteer? :) Shure :) at work we are building a portal that will work as bridge between the our software (similar to SAP) and it uses Firebird, so it's a must we use it as th