On 1/6/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 1/6/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > In the magic-removal branch most traces of automatic pluralization > > have been removed, but the table names are still pluralized by > > default. I don't think they should be. Is this just a change that's > > meant to happen, but hasn't yet? I seem to remember a thread where > > people wanted to get rid of all auto-pluralization. > > Personally, I prefer to use pluralized names for my database tables, > but I think it's fine to remove the framework auto-pluralization. I > just talked it over with Jacob, and he felt the same way. Let's do it.
In addition to this, we should probably also remove the module_name option from Meta. It doesn't make any sense in light of the other magic-removal changes anyhow. I think most instances of it could be replaced with lower(obj._meta.object_name). Maybe module_name should just be changed to model_name? Joseph