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

`singular` on M2M fields

2006-04-17 Thread Russell Keith-Magee
Hi all, 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 have any objections to me removing this argument, or is there a