.. |
fields
|
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
|
2016-05-11 10:12:59 -04:00 |
sql
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
__init__.py
|
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
|
2016-04-29 13:06:32 -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
|
Fixed #20932, #25897 -- Streamlined manager inheritance.
|
2016-05-17 02:29:22 +07: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
|
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
|
2016-05-04 20:02:01 +02:00 |
functions.py
|
Fixed #24932 -- Added Cast database function.
|
2016-03-29 08:14:33 -04:00 |
lookups.py
|
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
|
2016-05-04 20:02:01 +02:00 |
manager.py
|
Fixed #20932, #25897 -- Streamlined manager inheritance.
|
2016-05-17 02:29:22 +07:00 |
options.py
|
Fixed #20932, #25897 -- Streamlined manager inheritance.
|
2016-05-17 02:29:22 +07:00 |
query.py
|
Removed redundant code in QuerySet._batched_insert().
|
2016-05-14 06:42:50 -04:00 |
query_utils.py
|
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
|
2016-04-29 13:06:32 -04:00 |
signals.py
|
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
|
2016-05-15 19:51:15 -04:00 |
utils.py
|
Fixed #24215 -- Refactored lazy model operations
|
2015-03-25 16:48:17 -04:00 |