mirror of
https://github.com/django/django.git
synced 2025-09-29 13:34:57 +00:00
Fixed #15052 -- corrected an innacurate docstring in the generic views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9a317938ef
commit
b4bf635cea
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class DayMixin(object):
|
||||||
|
|
||||||
def get_day_format(self):
|
def get_day_format(self):
|
||||||
"""
|
"""
|
||||||
Get a month format string in strptime syntax to be used to parse the
|
Get a day format string in strptime syntax to be used to parse the day
|
||||||
month from url variables.
|
from url variables.
|
||||||
"""
|
"""
|
||||||
return self.day_format
|
return self.day_format
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue