Changes between Initial Version and Version 1 of Ticket #23893, comment 6
- Timestamp:
- Dec 15, 2014, 9:48:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23893, comment 6
initial v1 1 It looks like the fix for #23714 (line 1402 in django/db/models/fields/__init__.py) is catching an AttributeError and mistakenly raising the warning, when the error text is "'DateTimeField' object has no attribute 'model'" (rather than it being error from pytz). I'm not so familiar with the codebase yet, but I'll keep looking into it.1 It looks like the fix for #23714 (line 1402 in django/db/models/fields/__init__.py) is catching an AttributeError and mistakenly raising the warning, when the error text is "'DateTimeField' object has no attribute 'model'" (rather than it being an error from pytz). I'm not so familiar with the code base yet, but I'll keep looking into it.