- Change Summary:
-
Didn't git add the latest.
- Commit:
-
d2c40f44244e5b14a7940da2440e48beea60f813465dbb40b6c225f78498a5c7cdcdb4bd73987f16
- Diff:
-
Revision 2 (+22 -3)
Fix compatibility with modern versions of django-pipeline.
Review Request #5638 — Created March 17, 2014 and submitted
django-pipeline removed
match_location()
in a recent release, which
broke our packaging and static finding. They no longer needed it, due to
other changes they made, but we still need it for our cross-storage
lookups. This brings over an equivalent version of the function.
Successfully built a package.