Re: model names

2011-02-06 Thread Bobby Roberts
ah... i only had that on he admin model On Feb 6, 12:07 pm, Ivo Brodien wrote: > On 06.02.2011, at 18:01, Bobby Roberts wrote: > > > yeah i tried that already and it didn't work > > did you also define the meta class for the Admin class? -- You received this message because you are subscribe

Re: model names

2011-02-06 Thread Ivo Brodien
On 06.02.2011, at 18:01, Bobby Roberts wrote: > yeah i tried that already and it didn't work did you also define the meta class for the Admin class? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

Re: model names

2011-02-06 Thread Bobby Roberts
yeah i tried that already and it didn't work On Feb 6, 11:38 am, Joel Goldstick wrote: > On Sun, Feb 6, 2011 at 11:33 AM, Bobby Roberts wrote: > > if i have a model name "Facility", django adds an "s" to it in /admin > > and it shows up as Facilitys.  How can I make it show up as > > "Facilities

Re: model names

2011-02-06 Thread Joel Goldstick
On Sun, Feb 6, 2011 at 11:33 AM, Bobby Roberts wrote: > if i have a model name "Facility", django adds an "s" to it in /admin > and it shows up as Facilitys. How can I make it show up as > "Facilities" in /admin? > > -- > You received this message because you are subscribed to the Google Groups