django1/django/db/models
Tomo Otsuka 8b6974a685 Fixed #25972 -- Restored support for the isnull lookup with ForeignObject. 2015-12-24 07:33:55 -05:00
..
fields Fixed #25972 -- Restored support for the isnull lookup with ForeignObject. 2015-12-24 07:33:55 -05:00
sql Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on Oracle. 2015-12-17 17:07:10 -05:00
__init__.py Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
aggregates.py Removed unused Aggregate.input_field. 2015-09-24 09:15:56 -04:00
base.py Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL. 2015-11-21 10:34:01 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #24576 -- Made deletion of related objects deterministic. 2015-11-09 15:04:48 -05:00
expressions.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
functions.py Refs #25629 -- Added `arity` class attribute to `Func` expressions 2015-11-02 20:09:21 +01:00
lookups.py Fixed #25544 -- Removed duplicate ids in prefetch_related() queries. 2015-12-17 19:08:30 -05:00
manager.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
options.py Fixed #25750 -- Made Options._expire_cache() faster 2015-11-14 16:43:46 -05:00
query.py Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create(). 2015-12-14 19:41:11 -05:00
query_utils.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00
utils.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00