.. |
fields
|
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
|
2016-06-17 21:04:02 -04:00 |
functions
|
Fixed some newlines in imports per isort.
|
2016-05-19 11:05:44 -04:00 |
sql
|
Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.
|
2016-05-19 09:56:24 -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 #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
|
2016-06-13 09:14:36 -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
|
Fixed #25774 -- Refactor datetime expressions into public API
|
2016-05-18 20:14:58 +10:00 |
lookups.py
|
Fixed #25774 -- Refactor datetime expressions into public API
|
2016-05-18 20:14:58 +10:00 |
manager.py
|
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers.
|
2016-05-17 12:07:22 +07:00 |
options.py
|
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers.
|
2016-05-17 12:07:22 +07:00 |
query.py
|
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/update_or_create() defaults.
|
2016-06-03 10:00:53 -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 #26686 -- Fixed crash when registering model signals with abstract senders.
|
2016-06-02 14:34:01 -04:00 |
utils.py
|
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests
|
2016-05-19 21:33:36 -04:00 |