[PATCH] Resolve removed 'AUTH_PROFILE_MODULE' setting

Damien Lespiau damien.lespiau at intel.com
Thu Nov 20 01:26:17 AEDT 2014


On Mon, Nov 17, 2014 at 11:11:12PM +0000, Stephen Finucane wrote:
> The 'AUTH_PROFILE_MODULE' setting, and the 'get_profile()' method on
> the 'User' model are removed in Django 1.7. This causes errors when
> using Patchwork with Django 1.7+.
> 
> There are three changes necessary:
> 
>  * Replace profile model's 'ForeignKey' with a 'OneToOneField'

I take that it doesn't actually change the DB schema and thus is safe to
deploy on existing live instances?

-- 
Damien


More information about the Patchwork mailing list