.. |
fields
|
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices.
|
2017-03-23 13:56:45 -04:00 |
functions
|
[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
|
2017-03-30 08:47:16 -04:00 |
sql
|
[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
|
2017-01-31 18:46:07 -05:00 |
__init__.py
|
[1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.
|
2017-03-28 18:01:21 -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
|
[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
|
2017-03-21 11:32:43 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships.
|
2016-11-15 20:16:06 -05:00 |
expressions.py
|
[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
|
2017-03-30 08:47:16 -04:00 |
indexes.py
|
[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
|
2017-03-21 11:32:43 -04:00 |
lookups.py
|
Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.
|
2017-01-16 10:03:15 -05: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
|
[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models."
|
2017-02-11 06:40:30 -05:00 |
query.py
|
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
|
2017-01-14 08:32:07 -05:00 |
query_utils.py
|
Removed obsolete lines in DeferredAttribute.__get__().
|
2016-09-26 18:47:07 -04:00 |
signals.py
|
Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
|
2016-06-18 20:45:38 -04:00 |
utils.py
|
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests
|
2016-05-19 21:33:36 -04:00 |