| Age | Commit message (Collapse) | Author |
|
ForeignKey.to_field.
|
|
display the id.
|
|
|
|
inconsistent results.
|
|
|
|
Thanks ArcTanSusan for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When EMAIL_USE_LOCALTIME=True, send emails with a Date header
in the local time zone.
|
|
to_field and primary_key=True.
Thanks Simon Charette for review.
|
|
|
|
Thanks marekw2143 for the initial patch and carljm for support.
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|
|
|
|
crashing on non-dict JSON input.
|
|
senders.
|
|
|
|
|
|
|
|
The actual non-ASCII character differs on Windows.
|
|
|
|
|
|
through attr.
Thanks Ursidours for the report.
|
|
File operations always raise a ENOENT error when a file doesn't exist.
Checking the file exists before the operation adds a race condition
condition where the file could be removed between operations. As the
operation already raises an error on a missing file, avoid this race and
avoid checking the file exists twice. Instead only check a file exists
by catching the ENOENT error.
|
|
Fixed a failure on Windows.
|
|
|
|
PostgreSQL.
|
|
|
|
|
|
|
|
Made it consistently read the PO file, decode its contents and then
check for the non-breaking space Unicode code point.
Previously we were erroneously skipping the interpretation of what we
read as UTF-8 text.
This was causing the test to fail on Windows with Python 3.5.
|
|
`subprocess.Popen` doesn't accept enviroment vars with Unicode var name
or value.
|
|
model instances.
This behavior was removed in 67d984413c9540074e4fe6aa033081a35cf192bc
but is needed to prevent a crash in formtools.
|
|
Thanks Tim for the review.
|
|
template tags.
|
|
|
|
|
|
forward.
Thanks Jasper Maes for the detailed report.
|
|
|
|
Broke the initial migration in two to work around #25530 and added
'django.contrib.auth' to the available_apps to make sure its tables are also
flushed as Oracle doesn't implement cascade deletion in sql_flush().
Thanks Tim for the report.
|
|
|
|
|
|
|
|
tests
|
|
Thanks Tim for the report.
|