django1/django/db/models
Tim Graham 616f3c4a79 Fixed #20272 - Moved update_fields existence check into Model._do_update.
Thanks Gavin Wahl.
2013-05-30 10:48:30 -04:00
..
fields Fixed #17582 - Added message to DoesNotExist exceptions. 2013-05-27 07:57:06 -04:00
sql Fixed #16436 -- defer + annotate + select_related crash 2013-05-30 08:46:31 +03:00
__init__.py Systematically imported wraps from functools 2013-05-04 11:53:12 +02:00
aggregates.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
base.py Fixed #20272 - Moved update_fields existence check into Model._do_update. 2013-05-30 10:48:30 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
expressions.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
loading.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
manager.py Fixed #19326 -- Added first() and last() methods to QuerySet 2013-05-21 18:52:28 +03:00
options.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
query.py Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create 2013-05-27 10:01:14 -04:00
query_utils.py Converted a list comprehension into a generator expression in query_utils.py 2013-04-25 12:22:16 -05:00
related.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
signals.py Fixed #11398 - Added a pre_syncdb signal 2013-05-23 01:09:22 -04:00