django1/django/db/models
Sergey Fedoseev 7fa92daa99 Removed outdated comment in Query.build_filter(). 2017-08-11 09:19:19 -04:00
..
fields Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
functions Removed unneeded TruncBase.arity. 2017-07-31 13:42:12 +05:00
sql Removed outdated comment in Query.build_filter(). 2017-08-11 09:19:19 -04:00
__init__.py Refs #18974 -- Added stacklevel for permalink() deprecation. 2017-03-28 17:58:10 -04:00
aggregates.py Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). 2017-07-20 16:30:08 -04:00
base.py Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
expressions.py Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalField()) annotation on SQLite. 2017-08-10 17:42:30 -04:00
indexes.py Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor 2017-08-08 17:37:43 +02:00
lookups.py Removed unneeded hasattr(self.rhs, 'get_compiler') checks in db/models/lookups.py. 2017-07-18 08:24:01 -04:00
manager.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
options.py Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
query.py Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
query_utils.py Prevented query_utils.refs_expression() from looking for empty string in annotations map. 2017-07-28 08:42:52 -04:00
signals.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
utils.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00