.. |
fields
|
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for form/model fields.
|
2016-04-22 09:38:47 +07: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
|
Fixed W503 flake8 warnings.
|
2016-04-04 17:14:26 -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
|
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
2016-04-13 10:10:53 -04:00 |
query.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
query_utils.py
|
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
|
2016-04-13 10:32:17 -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 |