custom view in admin

2011-12-07 Thread TeenSpirit83
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

fw chapter 18 - custom view in admin

2007-01-11 Thread Picio
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