Re: admin interface titles

2010-08-20 Thread emre can karabacak
Thanks a lot, =) On 20 Ağustos, 14:37, Steve Holden wrote: > On 8/20/2010 4:22 AM, emre can karabacak wrote:> I'm new to django, and > apparently django automatically adds an 's' to > > the ends of category titles i.e. Groups,Users, etc. but I have > > '

admin interface titles

2010-08-20 Thread emre can karabacak
I'm new to django, and apparently django automatically adds an 's' to the ends of category titles i.e. Groups,Users, etc. but I have 'category' and other titles that end with a 'y'. so django turns these into Categorys, etc. how can I fix this? Is there a way to override the function that does this