Django: Admin, adding some new filters to a multiple choice field -
I am creating an article site that is using the demo. I have added many to my relationships between my articles:
class articles (models.Model): # tiny URL url = model Chargefield (max_long = 30, exclusive = true) is_published = Models.BooleanField () Author = models.CharField (max_length = 150) title = models.CharField (max_length = 200) short_description = models.TextField (max_length = 600) body = tinymce_models .HTMLField () related = Modal. Many people ("self")
Now in my admin site, I see more than one selection box (see image here)
What I want is the use of this box useful for the user, then articles will be chosen to bind them for an existing one. For Dahrn, is there a way to add some filtering? Like if I want to filter all the articles by section? And then reject the previous results and filter the whole set from name, etc?
Thank you in advance
+++
I'm trying to check the possibility of adding filters to the horizontal but after that Like added:
Comments
Post a Comment