﻿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
15110	User Isolation between sites.	jorgeecardona	nobody	"I want to add a feature in which the users can be isolated between sites, in order to improve multitenancy in django.

I added to auth.User a site field as ForeignKey with null=True and default=None, and in Meta a unique_together=('name', 'site'). The actual tests run without problem with that.

I will add more tests soon.

Ref:
 http://code.djangoproject.com/ticket/15089"	New feature	closed	contrib.auth	1.2	Normal	fixed	multitenancy	NicoEchaniz	Someday/Maybe	1	1	0	0	0	0
