Skip to content
Snippets Groups Projects
Commit d02b966d authored by Bruno Frare's avatar Bruno Frare
Browse files

bug fix: #298 #240

parent 9e7d0930
No related branches found
No related tags found
No related merge requests found
......@@ -615,6 +615,9 @@ class ObjectIdFieldMixin:
def rel_db_type(self, connection):
return self.db_type(connection)
def get_prep_value(self, value):
return value
class GenericObjectIdField(ObjectIdFieldMixin, Field):
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment