Hello everybody,
  I'm facing a delicate problem. I want to make ensure the security of
my app and I created a unitest to do so. To make it easy, I was
thinking about fixture, but they don't support model permission
evolution and create conflict over time. So I add a function linked to
the syncdb signal that take care of the permission assignement to
different pre-set users for my tests. The only issue is that I need
first to load my Users from a fixture to get it work. Is there any
function to load data manually from a fixture directly ?


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

Reply via email to