Changes between Initial Version and Version 1 of Ticket #28716
- Timestamp:
- Oct 16, 2017, 5:39:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28716 – Description
initial v1 27 27 list_filter = ['pub_date'] 28 28 29 search_fields = ['question_text' , 'pub_date']29 search_fields = ['question_text'] 30 30 31 31 admin.site.register(Question, QuestionAdmin)