Changes between Initial Version and Version 1 of Ticket #23893, comment 6


Ignore:
Timestamp:
Dec 15, 2014, 9:48:24 PM (9 years ago)
Author:
mhall1

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.
     1It 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.
Back to Top