Open gulfpearl opened 10 years ago
Just wondering if there is a reason for not allowing primary keys in models._parse_fields (line 188):
field_names = set(field.name for field in self.model._meta.fields if not field.primary_key)
...... What if the primary key is a custom CharField that you want to include in the FTS?
Just wondering if there is a reason for not allowing primary keys in models._parse_fields (line 188):
field_names = set(field.name for field in self.model._meta.fields if not field.primary_key)
...... What if the primary key is a custom CharField that you want to include in the FTS?