| Age | Commit message (Collapse) | Author |
|
|
|
914c72be2abb1c6dd860cb9279beaa66409ae1b2 introduced a regression that
causes saving a NamedTemporaryFile in a FileField to raise a
SuspiciousFileOperation. To remedy this, if a File has an absolute
path as a filename, use only the basename as the filename.
|
|
gis.db.models.functions.Translate.
Complements 47f22e828618581ecd4203d369a939fdfcff3a8b.
|
|
Previously, empty values were saved as strings.
|
|
|
|
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.
|
|
|