.. |
fields
|
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
|
2016-11-30 10:07:42 -05:00 |
functions
|
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
|
2016-11-11 08:01:40 -05:00 |
sql
|
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
|
2016-12-01 08:11:09 -05:00 |
__init__.py
|
Fixed gis_tests.geoapp when run in isolation.
|
2016-10-10 10:13:01 -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 #27025 -- Fixed Python 3.6 deprecation warning for empty model super() calls.
|
2016-12-05 19:37:23 -05: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
|
Moved EmpytResultSet to django.core.exceptions.
|
2016-08-08 10:43:34 -04:00 |
indexes.py
|
Fixed gis_tests.geoapp when run in isolation.
|
2016-10-10 10:13:01 -04:00 |
lookups.py
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -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
|
Fixed #27532 -- Deprecated Model._meta.has_auto_field
|
2016-11-25 13:24:11 -05:00 |
query.py
|
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
|
2016-12-01 08:11:09 -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 |