django1/django/db/models
Tim Graham ad98b985aa Fixed test failures introduced in e716518ad2
refs #20761
2013-07-23 15:21:29 -04:00
..
fields Minor change to get_extra_descriptor_filter() 2013-07-23 15:34:29 +03:00
sql Fixed #20782 -- qs.values().aggregate() failure 2013-07-23 11:38:38 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
base.py Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32: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 A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
loading.py Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
manager.py Fixed #20429 -- Added QuerySet.update_or_create 2013-07-12 08:26:35 -04:00
options.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
query.py Fixed test failures introduced in e716518ad2 2013-07-23 15:21:29 -04:00
query_utils.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Fixed #11398 - Added a pre_syncdb signal 2013-05-23 01:09:22 -04:00