Commit 383da137 authored by Tom Mortimer-Jones's avatar Tom Mortimer-Jones
Browse files

Fixed comment to match the code

parent 27192564
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -623,7 +623,7 @@ subclass::
                   provided in the query string and retrievable via
                   `self.value()`.
                   """
                   # Compare the requested value (either '80s' or 'other')
                   # Compare the requested value (either '80s' or '90s')
                   # to decide how to filter the queryset.
                   if self.value() == '80s':
                       return queryset.filter(birthday__gte=date(1980, 1, 1),