diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-03-26 18:10:58 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-03-26 18:10:58 +0100 |
| commit | d320863878f097b5cbf33ace12e3adb5e02f27e0 (patch) | |
| tree | 69ff64228c0211e709b83fc7d01d82dc10174c29 /docs | |
| parent | b9e50e47742f67dcf3c37aad989b350e8255154e (diff) | |
Fixed #22114 -- Stopped adding trailing slashes in URLField.to_python
Thanks coredumperror at gmail.com for the report and Tim Graham
for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index ca67403f9e..326b58f412 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -173,7 +173,7 @@ Backwards incompatible changes in 1.8 Miscellaneous ~~~~~~~~~~~~~ -* ... +* ``URLField.to_python`` no longer adds a trailing slash to pathless URLs. .. _deprecated-features-1.8: |
