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)
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

index 12142212b5fd8383e5a0b0e5d32cf44d1e382375..e806e4ee6fcedb70020b9b9097f43c07c988d66c 100644 (file)
@@ -13,7 +13,6 @@
 #
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
 import six
 
 from mediagoblin.db.models import MediaEntry, User, LocalUser