﻿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
25862	AttributeError: 'FileSystemStorage' object has no attribute 'location'	Johannes Maron	nobody	"I don't really want to bug anyone with python 2.7, for I couldn't care less. But, I stumbled upon something rather odd.

Easiest is to just check out the error on travis including the stack trace:
https://travis-ci.org/codingjoe/django-stdimage/builds/94713726

Everything works fine in Python 3, the attribute is available, as it should. It it's an instance attribute and properly set in the `__init__` method:
https://github.com/django/django/blob/master/django/core/files/storage.py#L169-L172

I guess the error is here:
https://github.com/django/django/blob/master/django/utils/_os.py#L24-L32

I'm not sure tho, because the method must return at least `None`, therefore I don't see how the attribute error is being raised."	Bug	new	Core (Other)	dev	Normal			info@…	Unreviewed	0	0	0	0	0	0
