.. |
fields
|
Fixed #24092 -- Widened base field support for ArrayField.
|
2015-01-16 16:15:16 -05:00 |
sql
|
Replaced inner functions by class methods.
|
2015-01-15 13:03:34 -05:00 |
__init__.py
|
Fixed #24031 -- Added CASE expressions to the ORM.
|
2015-01-12 18:15:34 -05:00 |
aggregates.py
|
Fixed #24031 -- Added CASE expressions to the ORM.
|
2015-01-12 18:15:34 -05:00 |
base.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
expressions.py
|
Fixed #24031 -- Added CASE expressions to the ORM.
|
2015-01-12 18:15:34 -05:00 |
functions.py
|
Fixed #23753 -- Oracle failure with Coalesce
|
2014-12-29 19:44:13 +11:00 |
lookups.py
|
Fixed #24092 -- Widened base field support for ArrayField.
|
2015-01-16 16:15:16 -05:00 |
manager.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
options.py
|
Fixed #24146 -- Fixed a missing fields regression in admin checks.
|
2015-01-16 14:47:09 -05:00 |
query.py
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
query_utils.py
|
Replaced inner functions by class methods.
|
2015-01-15 13:03:34 -05:00 |
signals.py
|
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
|
2015-01-17 09:07:00 -05:00 |