| Age | Commit message (Collapse) | Author |
|
|
|
django.utils.http.urlsafe_base64_encode() now returns a string, not a
bytestring. Since URLs are represented as strings,
urlsafe_base64_encode() should return a string. All uses immediately
decoded the bytestring to a string anyway.
As the inverse operation, urlsafe_base64_decode() accepts a string.
|
|
|
|
|
|
Support for passing bytestrings to the database API was removed in
301de774c21d055e9e5a7073e5bffdb52bc71079.
|
|
|
|
Support for bytestring templates was removed in
3a148f958dddd97c1379081118c30fbede6b6bc4.
|
|
|
|
|
|
Thanks infinite-l00p for the initial patch.
|
|
|
|
arguments.
Also renamed the `constraint` argument to `check` to better represent which
part of the constraint the provided `Q` object represents.
|
|
|
|
|
|
slash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
|
|
|
|
|
|
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to
UTF-8.
|
|
|
|
|
|
|
|
|
|
model if through_fields differs.
|
|
dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
|
|
|
|
TEMPLATES setting.
|
|
|
|
|
|
|
|
|
|
|
|
|