diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-06 10:28:18 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-06 10:28:18 +0000 |
| commit | 21e0b3a243791deef803dddcb9e15d0a3b59af96 (patch) | |
| tree | dab30cd580bf323cd21f5f85229b3def698615f9 /tests/regressiontests/staticfiles_tests/project | |
| parent | 901ea8a68d4aa064f2e72eeac5ca87968905673e (diff) | |
Fixed #16424 -- Fixed regression in collect static management command introduced in r16509 that prevented prefixed collection.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/staticfiles_tests/project')
| -rw-r--r-- | tests/regressiontests/staticfiles_tests/project/prefixed/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/staticfiles_tests/project/prefixed/test.txt b/tests/regressiontests/staticfiles_tests/project/prefixed/test.txt new file mode 100644 index 0000000000..d3a017895c --- /dev/null +++ b/tests/regressiontests/staticfiles_tests/project/prefixed/test.txt @@ -0,0 +1 @@ +Prefix!
\ No newline at end of file |
