Commit History

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