Re: Django 1.5: AUTH_USER_MODEL and GeoManager

2012-10-11 Thread ptone
On Thursday, October 11, 2012 12:51:07 AM UTC-7, Max wrote: > > Hi there, > this is my first post here; hope I'm posting to the right group. > 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

Re: Django 1.5: AUTH_USER_MODEL and GeoManager

2012-10-11 Thread Luke Plant
On 11/10/12 08:51, Max wrote: > Hi there, > this is my first post here; hope I'm posting to the right group. > 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.

Django 1.5: AUTH_USER_MODEL and GeoManager

2012-10-11 Thread Max
Hi there, this is my first post here; hope I'm posting to the right group. 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-Mode