| Age | Commit message (Collapse) | Author |
|
InlineModelAdmin.
|
|
UserCreationForm.fields.
|
|
Added format_lazy function to django.utils.text module.
Useful when dealing with relative complex lazy string concatenations
(e.g. in urls.py when translating urls in regular expressions).
|
|
|
|
|
|
pre-migrate state.
Refs #24100.
Thanks Tim for the review.
|
|
post-migrate state when the execution plan is empty.
Refs #24100.
Thanks tkhyn for the report and Tim for the review.
|
|
|
|
|
|
back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
|
|
|
|
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current board has been re-elected.
|
|
tz-aware datetimes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|