Commit 178f747
committed
Replace space with underscore in links to uploaded files
Where does the space to underscore conversion come from?
- Not slugify, as that is not used
- Not default_storage, as the url method there only replaces dos-slashes
Just using simple string replacement until this is better understood.1 parent c85c78e commit 178f747
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments