﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19185	AUTH_USER_MODEL and GeoManager	email.max.bucher@…	nobody	"I'm currently working on getting to run an 1.4-application (using a profile model) on 1.5dev, using the the new (eagerly awaited by me) 
custom user model.
I used django.contrib.gis.db.GeoManager with my former profile-Model and so I wanted to use it with my new custom user model, too.
The following exception was thrown:
"" 'GeoManager' object has no attribute 'get_by_natural_key' ""
Hacking contrib/gis/db/models/manager.py, making GeoManager subclass 'django.contrib.auth.models.UserManager' 
instead of 'Manager' solved it for the moment.
Maybe this is something that hasn't been thought of yet."	Uncategorized	closed	Database layer (models, ORM)		Release blocker	worksforme	AUTH_USER_MODEL GeoManager		Unreviewed	0	0	0	0	0	0
