django1/django/db
Adam Chidlow f734e2d4b2 Fixed #27334 -- Allowed FileField to move rather than copy a file.
When a FileField is set to an instance of File that is not also an
instance of FieldFile, pre_save() passes that object as the contents to
Storage.save(). This allows the file to be moved rather than copied
to the upload destination.
2016-10-26 12:25:30 -04:00
..
backends Updated postgresql.org links to https and made them canonical. 2016-10-25 11:43:32 -04:00
migrations Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00
models Fixed #27334 -- Allowed FileField to move rather than copy a file. 2016-10-26 12:25:30 -04:00
__init__.py Removed missing name in django.db __all__. 2016-09-26 19:04:18 -04:00
transaction.py Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00