Skip to content

Commit

Permalink
[1.6.x] Fixed typo in docstrings of MonthArchiveViews.
Browse files Browse the repository at this point in the history
Backport of 270c9fe from master
  • Loading branch information
exonian authored and timgraham committed Jan 10, 2014
1 parent 5d99cd6 commit e694b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/views/generic/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class YearArchiveView(MultipleObjectTemplateResponseMixin, BaseYearArchiveView):

class BaseMonthArchiveView(YearMixin, MonthMixin, BaseDateListView):
"""
List of objects published in a given year.
List of objects published in a given month.
"""
date_list_period = 'day'

Expand Down Expand Up @@ -515,7 +515,7 @@ def get_dated_items(self):

class MonthArchiveView(MultipleObjectTemplateResponseMixin, BaseMonthArchiveView):
"""
List of objects published in a given year.
List of objects published in a given month.
"""
template_name_suffix = '_archive_month'

Expand Down

0 comments on commit e694b06

Please sign in to comment.