.. |
fields
|
Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().
|
2016-04-25 08:31:32 -04:00 |
sql
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
__init__.py
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
aggregates.py
|
Fixed #26458 -- Based Avg's default output_field resolution on its source field type.
|
2016-04-05 23:48:08 -04:00 |
base.py
|
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
2016-04-13 10:10:53 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
2016-04-13 10:10:53 -04:00 |
expressions.py
|
Removed unused BaseExpression.refs_aggregate().
|
2016-04-22 13:04:13 -04:00 |
functions.py
|
Fixed #24932 -- Added Cast database function.
|
2016-03-29 08:14:33 -04:00 |
lookups.py
|
Refs #22936 -- Moved IntegerField.get_prep_lookup() logic to lookups.
|
2016-04-12 10:14:41 -04:00 |
manager.py
|
Fixed #25611 -- Standardized descriptor signatures.
|
2015-10-26 11:31:16 -04:00 |
options.py
|
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
|
2016-04-22 12:59:41 -04:00 |
query.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
query_utils.py
|
Removed unused Q.clone().
|
2016-04-25 08:31:32 -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 |