summaryrefslogtreecommitdiff
path: root/django/core/serializers/python.py
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2014-01-24 15:32:03 -0700
committerCarl Meyer <carl@oddbird.net>2014-01-24 15:32:03 -0700
commitf56c88a8eed91f68f6845bbf730f7b7361c5cfb1 (patch)
treeaea71645b37d0d587f3fef7bb3602bf73b7813c2 /django/core/serializers/python.py
parent06bd181f97e5e5561ae7e80efae4c38ee670773f (diff)
Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.
AppStaticStorage only provided one thing over FileSystemStorage, which was taking an app name (import path) and translating it into a filesystem path. This is now something that should be done via app_config.path instead, leaving AppStaticStorage with no reason for existence. It should be safe to remove, as it was undocumented internal API. There was some kind of feature in the AppDirectoriesFinder code related to a "prefix" attribute on the storage class used by AppDirectoriesFinder. Since this feature was undocumented, untested, and of unclear purpose, I removed it as well.
Diffstat (limited to 'django/core/serializers/python.py')
0 files changed, 0 insertions, 0 deletions