| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
in after a reset.
|
|
|
|
|
|
|
|
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.
|
|
|
|
can_return_ids_from_bulk_insert.
|
|
backend.
|
|
migrations.
|
|
prefetch_related() cache.
|
|
|
|
|
|
|
|
Thanks weidwonder for the report.
|
|
|
|
RadioSelect.
|
|
|
|
|
|
#19973).
|
|
compatibility.
Thanks marktranchant for the report and review.
|
|
a result.
|
|
|
|
|
|
This fixes some test failures on MySQL 5.7+.
|
|
contrib.auth.views.logout_then_login().
|
|
ignore_patterns.
|
|
release notes.
|
|
|
|
|
|
|
|
This is a security fix.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it
disables migrations all the time, not just during tests.
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|