| Age | Commit message (Collapse) | Author |
|
|
|
parsing.
|
|
|
|
|
|
If settings.FILE_UPLOAD_TEMP_DIR is the default value of None,
NamedTemporaryFile will work the same as if nothing was passed.
|
|
|
|
|
|
|
|
containing underscores.
|
|
|
|
|
|
Thanks Alex Morozov for the initial patch.
|
|
ForeignKey.to_field.
|
|
display the id.
|
|
|
|
inconsistent results.
|
|
|
|
Thanks ArcTanSusan for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
A change of the USE_TZ or TIME_ZONE settings doesn't necessarily require a
change to the active connections' timezones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
SpatialiteSpatialRefSys.wkt.
Complements 47f22e828618581ecd4203d369a939fdfcff3a8b.
|
|
|
|
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.
|
|
|
|
|