Skip to content
Snippets Groups Projects
Unverified Commit 0a4451ce authored by nesdis's avatar nesdis Committed by GitHub
Browse files

Merge pull request #416 from bpfrare/master

bug fix: #298 #240
parents aee05640 d02b966d
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