mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
274aba3b9b
commit
dc334a2ba8
12 changed files with 316 additions and 47 deletions
|
|
@ -32,3 +32,4 @@ site.register(models.Article, models.ArticleAdmin)
|
|||
site.register(models.Section, inlines=[models.ArticleInline])
|
||||
site.register(models.Thing, models.ThingAdmin)
|
||||
site.register(models.Fabric, models.FabricAdmin)
|
||||
site.register(models.ChapterXtra1, models.ChapterXtra1Admin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue