| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
topics/http/file-uploads.txt.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks marekw2143 for the initial patch and carljm for support.
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crashing on non-dict JSON input.
|
|
|
|
Thanks Cristiano Coelho for the report and Tim Graham for the review.
|
|
senders.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SpatialiteSpatialRefSys.wkt.
Complements 47f22e828618581ecd4203d369a939fdfcff3a8b.
|
|
The actual non-ASCII character differs on Windows.
|
|
Thanks mmoreaux and DheerendraRathor.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
there's an intermediate table.
|
|
PostgreSQL.
|
|
|
|
docs/ref/contrib/postgres/search.txt.
|
|
|