I have models Region, Industry, Size, which have common property "month" - a date when the specific entry was created.
We know that all the entities might share the same month.
My algorithm should do the following:
Accept a list of possible values fo...