.. |
fields
|
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
|
2016-03-23 10:05:26 -04:00 |
sql
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
__init__.py
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
aggregates.py
|
Removed unused Aggregate.input_field.
|
2015-09-24 09:15:56 -04:00 |
base.py
|
Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links.
|
2016-03-28 21:11:37 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #24576 -- Made deletion of related objects deterministic.
|
2015-11-09 15:04:48 -05:00 |
expressions.py
|
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
|
2016-03-29 08:09:58 -04:00 |
functions.py
|
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
|
2016-03-29 08:09:58 -04:00 |
lookups.py
|
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
|
2016-03-02 14:41:56 -05:00 |
manager.py
|
Fixed #25611 -- Standardized descriptor signatures.
|
2015-10-26 11:31:16 -04:00 |
options.py
|
Fixed #26125 -- Fixed E731 flake warnings.
|
2016-01-25 14:23:43 -05:00 |
query.py
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
query_utils.py
|
Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
|
2016-02-18 08:45:55 -05: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 |