django/django/contrib
Loic Bistuer 6728f159f0 [1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30.
Validating STATIC_ROOT in StaticFilesStorage.__init__ turned out to be
problematic - especially with tests - because the storage refuses to work even
if there are no actual interactions with the file system, which is backward
incompatible.

Originally the validation happened in the StaticFilesStorage.path method, but
that didn't work as expected because the call to FileSystemStorage.__init__
replaced the empty value by a valid path. The new approach is to move back the
check to the StaticFilesStorage.path method, but ensure that the location
attribute remains None after the call to super.

Refs #21581.

Backport of 1e9e7351f8 from master
2014-01-11 08:21:25 -05:00
..
admin [1.6.x] Removed weird unicode char in some de po files 2013-12-13 08:21:20 +01:00
admindocs [1.6.x] Removed weird unicode char in some de po files 2013-12-13 08:21:20 +01:00
auth [1.6.x] Fixed #21627 -- Added unicode_literals to changepassword command. 2013-12-26 07:46:12 -05:00
comments
contenttypes
flatpages
formtools [1.6.x] Removed weird unicode char in some de po files 2013-12-13 08:21:20 +01:00
gis [1.6.x] Fixed #21662 -- Kept parent reference in prepared geometry 2013-12-26 11:14:25 +01:00
humanize
messages
redirects
sessions
sitemaps
sites
staticfiles [1.6.x] Fixed #21750 -- Fixed regression introduced by 4befb30. 2014-01-11 08:21:25 -05:00
syndication
webdesign
__init__.py