Re: My ModelAdmin customizations don't work

2009-08-09 Thread Chao Xu
Oh, I am so careless. Thank you very much! On Aug 8, 9:41 pm, Alex Gaynor wrote: > On Sat, Aug 8, 2009 at 8:37 PM,ChaoXu wrote: > > > I want't to add search in admin site and followed the instructions of > > official guide of The Django admin site.

My ModelAdmin customizations don't work

2009-08-08 Thread Chao Xu
I want't to add search in admin site and followed the instructions of official guide of The Django admin site. But nothing on admin site changed, nor errors appeared after I changed my code. following is my code, please help me. Thank you in advance! entity.models.py code ===