Changes between Version 1 and Version 2 of Ticket #5833, comment 68


Ignore:
Timestamp:
Aug 29, 2011, 10:01:46 AM (13 years ago)
Author:
Ben Davis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5833, comment 68

    v1 v2  
    1313class HowTastyFilterSpec(FilterSpec):
    1414    def __init__(self, request, params, model, model_admin):
    15         super(HowYummyFilterSpec, self).__init__(request, params, model, model_admin)
     15        super(HowTastyFilterSpec, self).__init__(request, params, model, model_admin)
    1616        self.links = SortedDict((
    1717            ('All', 'all'),
Back to Top