﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17873	django.utils.translation.get_date_formats raises exception	Glenn Washburn <development@…>	nobody	"Because django.utils.translation.get_date_formats just proxies to either the null or real translation functions, those functions sets must have get_date_formats as a member.  Neither have it.

{{{
>>> from django.utils.translation import ugettext, get_date_formats
>>> get_date_formats()
Traceback (most recent call last):
  File ""<console>"", line 1, in <module>
  File ""/virtenv/src/django/django/utils/translation/__init__.py"", line 136, in get_date_formats
    return _trans.get_date_formats()
  File ""/virtenv/src/django/django/utils/translation/__init__.py"", line 67, in __getattr__
    setattr(self, real_name, getattr(trans, real_name))
AttributeError: 'module' object has no attribute 'get_date_formats'
}}}"	Bug	closed	Translations	1.4-beta-1	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
