django1/django/db/models
Loic Bistuer 91fce675a4 Use 'update_fields' in RelatedManager.clear() when bulk=False.
Thanks Simon Charette for the suggestion.

Refs #21169.
2013-11-29 03:01:08 +07:00
..
fields Use 'update_fields' in RelatedManager.clear() when bulk=False. 2013-11-29 03:01:08 +07:00
sql Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
__init__.py Fixed #17001 -- Custom querysets for prefetch_related. 2013-11-07 14:49:49 +02:00
aggregates.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
expressions.py Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
loading.py Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
manager.py Fixed #13724: Corrected routing of write queries involving managers. 2013-09-30 13:05:43 +08:00
options.py Fixed #21469 -- Allow set objects in Meta.unique_together. 2013-11-20 17:26:26 +01:00
query.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
query_utils.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Fixed #21391 -- Allow model signals to lazily reference their senders. 2013-11-24 17:51:22 -05:00