Re: Why does get_profile exist?

2009-04-13 Thread Adi Sieker
Hi, On 13.04.2009, at 22:30, Glenn Maynard wrote: > > Why do get_profile() and AUTH_PROFILE_MODULE exist, instead of just > declaring the Profile to User relationship as OneToOne and using the > auto-generated User.profile relationship? > > I just changed my Profile's User relationship from

Re: Why does get_profile exist?

2009-04-13 Thread Adi Sieker
On 13.04.2009, at 22:30, Glenn Maynard wrote: > > Why do get_profile() and AUTH_PROFILE_MODULE exist, instead of just > declaring the Profile to User relationship as OneToOne and using the > auto-generated User.profile relationship? Probably because third party apps can then get the user

Re: IPAddressField

2009-03-14 Thread Adi Sieker
Hi, On 14.03.2009, at 19:22, Gregor Kling wrote: > > Hello, >> The way I read the comments on the ticket the last patch supports >> IPv4 >> and IPv6 address. >> See: http://code.djangoproject.com/ticket/811#comment:16 > > Adi, if you mean this: >* attachment ipv6-9781.diff added. >

Re: IPAddressField

2009-03-14 Thread Adi Sieker
Hi, On 14.03.2009, at 10:20, Gregor Kling wrote: > > Hello, > Ian Kelly schrieb: >> On Fri, Mar 13, 2009 at 1:58 PM, Gregor Kling >> wrote: >> >>> Hello there, >>> >>> Regrettably the IPAddressField implementation is not what I >>> expect :-(. >>> Is there by