Skip to content
Snippets Groups Projects
Unverified Commit 7dbee1c3 authored by Kyle McCormick's avatar Kyle McCormick Committed by GitHub
Browse files

Ensure Python 3 compatibility of Teams djangoapp (#22096)

* For all files, from __future__ import unicode_literals.
* Add @python_2_unicode_compatible to both models.
* Test six.string_type(obj) for both models.

Also, fix some new pylint warnings and improve model repr methods.

MST-24
parent 606b91d6
No related branches found
Tags release-2020-08-19-14.30
No related merge requests found
Showing
with 122 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment