Hi all, I want to add a filter in my change list, user can input maximum and minimum number, after press ok button, template will render output data in change list.
There is my model.py : class test(models.Model): odd_even = models.DecimalField(max_digits = 2, decimal_places = 2) I have already read the Django document, and still don't know how to do that. Can anyone give me a hint ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/SuIlwmlvgaEJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.