| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Sergei Maertens for the report and patch.
|
|
Thanks Sean Mc Allister for providing a test.
|
|
|
|
|
|
|
|
|
|
The fallback logic which allows non-UTF-8 encoded files to be passed to
attach_file() even when a `text/*` mime type has been specified is
moved to attach(). Both functions now fall back to a content type of
`application/octet-stream`.
A side effect is that a file's content is decoded in memory instead of
opening it in text mode and reading it into a string.
Some mimetype-related logic in _create_attachment() has become
obsolete as the code moved from attach_file() to attach() already
handles this.
|
|
|
|
initial data exists.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks LaMont Jones for the report and patch.
|
|
Follow up to 8db889eaf7dce0cb715b075be32047c1b1b316da.
|
|
|
|
|
|
admin_views.Recommendation.recommender: (models.E006) The field 'recommender'
clashes with the field 'recommender' from model 'admin_views.title'.
|
|
|
|
model properties.
|
|
|
|
|
|
in after a reset.
|
|
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
|
|
|
|
|
|
variable to its initial state.
|
|
ifchanged block and a for loop.
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
|
|
After https://hg.python.org/cpython/rev/4ea79767ff75/,
test_strips_underscore_headers fails with:
'Stub' object has no attribute 'sendall'.
|
|
|
|
support.
|
|
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
|
|
|