Changes between Version 1 and Version 2 of Ticket #5833, comment 68
- Timestamp:
- Aug 29, 2011, 10:01:46 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5833, comment 68
v1 v2 13 13 class HowTastyFilterSpec(FilterSpec): 14 14 def __init__(self, request, params, model, model_admin): 15 super(How YummyFilterSpec, self).__init__(request, params, model, model_admin)15 super(HowTastyFilterSpec, self).__init__(request, params, model, model_admin) 16 16 self.links = SortedDict(( 17 17 ('All', 'all'),