i'm customizing the django admin with custom views
for a model i need to create a custom view which is a little
different frome the default changelist
we all know clicking on the records in the default changelist just to
open the object detail page , the django admin calls an url like this
admin/s
Hello,
I need to filter the results of my admin change_list page.
Following the djangobook chap. 18 , I managed to build
my Custom View for a change_list page. Unfortunately I lost all the
pretty things like, the search field, date hierarchy, filter per day
month, etc. These are my steps:
1) adde
2 matches
Mail list logo