I have model from which I only want to create one instance, and no more instances should be allowed.
Is this possible? I\'ve got a feeling that I\'ve seen this done
I would override create() method on default manager, but as stated above, this won't guarantee anything in multi-threaded environment.