Changes between Version 1 and Version 2 of Ticket #10410, comment 10
- Timestamp:
- Aug 16, 2014, 11:30:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10410, comment 10
v1 v2 1 1 I also ran into this issue, and traced the issue to: 2 2 3 https://github.com/django/django/blob/master/django/db/models/fields/files.py#L310 4 https://github.com/django/django/blob/master/django/core/files/storage.py#L65 3 5 https://github.com/django/django/blob/master/django/utils/text.py#L234 4 and5 https://github.com/django/django/blob/master/django/core/files/storage.py#L656 6 7 7 8