.. |
fields
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
sql
|
Fixed #24525 -- Fixed AssertionError in some complex queries.
|
2015-09-05 07:51:17 -04:00 |
__init__.py
|
Sorted imports in __init__.py files.
|
2015-06-27 11:53:33 -04:00 |
aggregates.py
|
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
|
2015-09-14 13:41:35 -04:00 |
base.py
|
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
|
2015-08-27 09:20:17 -04:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's delete confirmation page.
|
2015-09-03 10:08:51 -04:00 |
expressions.py
|
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
|
2015-09-14 13:41:35 -04:00 |
functions.py
|
Minor edits to Greatest/Least docs; refs #24767.
|
2015-06-05 11:40:10 -04:00 |
lookups.py
|
Fixed #24744 - Fixed relabeled_clone for the Transform
|
2015-06-06 09:04:53 -04:00 |
manager.py
|
Fixed #25054 -- Added app_label to swapped model AttributeError
|
2015-07-02 14:18:10 -04:00 |
options.py
|
Fixed #24590 -- Cached calls to swappable_setting.
|
2015-08-27 17:06:21 +10:00 |
query.py
|
Fixed typos in django/db/models/query.py docstrings.
|
2015-09-07 15:47:02 -04:00 |
query_utils.py
|
Fixed #23791 -- Corrected object type check for pk__in=qs
|
2015-06-29 07:49:31 -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 |