#15110: User Isolation between sites.
---------------------------+------------------------------------------------
 Reporter:  jorgeecardona  |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Contrib apps   |     Version:  1.2       
 Keywords:  multitenancy   |       Stage:  Unreviewed
Has_patch:  1              |  
---------------------------+------------------------------------------------
 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

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15110>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to