Change codebase to query or create correct User model
authorJessica Tallon <tsyesika@tsyesika.se>
Fri, 17 Jul 2015 15:51:51 +0000 (17:51 +0200)
committerJessica Tallon <tsyesika@tsyesika.se>
Wed, 19 Aug 2015 13:37:27 +0000 (15:37 +0200)
commitc9f6afe291e76f4f0deb6467b32ba34861b850f3
treed588b2df2cb0efcfff1f4492d5b3886c879d4452
parentf0a4c3475fef9e954b80a76cccdc87e4f3ddfacb
Change codebase to query or create correct User model

The code base had many references to User.username and other
specific to LocalUser attributes as that was the way it use to exist.
This updates those to query on the generic User model but filtering
by attributes on the LocalUser.
mediagoblin/plugins/archivalook/tools.py