Fixed one typo in response_helpers which caused is_admin context variable not to work correctly.
Created new checkLinkNameForId function that checks if link_name is correct when creating new user and modifying existing one. This is now used for validation instead of doesLinkNameBelongToId in UserForm clean_link_name function. The previous validation function didn't allow to create new users and modify linkname of existing ones. Additionally I created new doesLinkNameExist helper function.
class_prepared = object()
pre_init= object()
post_init = object()
pre_save = object()
post_save = object()
pre_delete = object()
post_delete = object()
post_syncdb = object()