]> git.ipfire.org Git - thirdparty/patchwork.git/commit
py3: Fix Django models Python3 compatibility
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 15 Oct 2015 21:35:42 +0000 (22:35 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 3 Dec 2015 22:08:56 +0000 (22:08 +0000)
commit891dd84e7f11747a4425df1bea076fda0508671a
tree0f37f9aeb71f406894aa7c00b0ab5eab2ac2bde1
parentbcb65281b432a86ae092989e4226561830b294b1
py3: Fix Django models Python3 compatibility

Per suggestions from the Django porting guide:

    https://docs.djangoproject.com/en/1.8/topics/python3/

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/admin.py
patchwork/models.py