2👍
✅
You could get the manager using
self.__class__.objects.get(quarter_code=self.prior_quarter_code)
Source:stackexchange.com
2👍
You could get the manager using
self.__class__.objects.get(quarter_code=self.prior_quarter_code)