Nick Pope
|
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
|
4 жил өмнө |
Tim Graham
|
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
7 жил өмнө |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
Claude Paroz
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 жил өмнө |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
Claude Paroz
|
50acbf3ff6
Made tests/serializers/models.py a models package
|
9 жил өмнө |