| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
queries.
|
|
|
|
|
|
Thanks Sergei Maertens for the report and patch.
|
|
Thanks Sean Mc Allister for providing a test.
|
|
|
|
|
|
|
|
|
|
@cached_properties.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Follow up to 8db889eaf7dce0cb715b075be32047c1b1b316da.
|
|
|
|
|
|
|
|
|
|
|
|
the model level.
|
|
|
|
in after a reset.
|
|
|
|
|
|
|
|
|
|
|
|
MIDDLEWARE and MIDDLEWARE_CLASSES.
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
As makemessages uses several settings for proper run (FILE_CHARSET,
LOCALE_PATHS, MEDIA_ROOT, and STATIC_ROOT), we should require settings
configuration for this command.
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|