albrnick

Results 1 comments of albrnick

Is primary_key=True required for this to work? My model is defined as such: ``` class CrmCategory(models.Model): stats_list_direct = AutoOneToOneField('CrmCategoryStatsList', null = True, related_name = 'direct_category', help_text = 'What stats to...