.. |
fields
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
functions
|
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
|
2017-02-06 09:19:13 -05:00 |
sql
|
Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
|
2017-01-31 18:45:55 -05:00 |
__init__.py
|
Fixed #27149 -- Added Subquery and Exists database expressions.
|
2017-01-14 09:12:24 -05:00 |
aggregates.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
base.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
expressions.py
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
indexes.py
|
Refs #23919 -- Removed unneeded str() calls
|
2017-01-20 14:13:55 +01:00 |
lookups.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
manager.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
options.py
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
query.py
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
query_utils.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
signals.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
utils.py
|
Refs #23919 -- Removed six.<various>_types usage
|
2017-01-18 20:18:46 +01:00 |