django1/django/db/models
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
..
fields Fixed #27334 -- Allowed FileField to move rather than copy a file. 2016-10-26 12:25:30 -04:00
functions Fixed #26348 -- Added TruncTime and exposed it through the __time lookup. 2016-07-08 12:35:34 -04:00
sql Removed unused loop in Query.change_aliases(). 2016-10-24 11:27:41 -04:00
__init__.py Fixed gis_tests.geoapp when run in isolation. 2016-10-10 10:13:01 -04:00
aggregates.py Fixed #26458 -- Based Avg's default output_field resolution on its source field type. 2016-04-05 23:48:08 -04:00
base.py Replaced '__' with LOOKUP_SEP constant. 2016-10-11 11:14:06 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion. 2016-09-08 00:20:54 -04:00
expressions.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
indexes.py Fixed gis_tests.geoapp when run in isolation. 2016-10-10 10:13:01 -04:00
lookups.py Removed unused FieldGetDbPrepValueMixin.get_prep_lookup_value(). 2016-09-24 17:30:43 -04:00
manager.py Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. 2016-05-17 12:07:22 +07:00
options.py Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 2016-10-12 20:04:57 -04:00
query.py Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size. 2016-10-25 19:21:08 -04:00
query_utils.py Removed obsolete lines in DeferredAttribute.__get__(). 2016-09-26 18:47:07 -04:00
signals.py Fixed #26778 -- Fixed ModelSignal.connect() weak argument. 2016-06-18 20:45:38 -04:00
utils.py Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests 2016-05-19 21:33:36 -04:00