Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nesdis/djongo
Browse files Browse the repository at this point in the history
  • Loading branch information
nesdis committed Aug 20, 2018
2 parents 6a97ec1 + aa2eacc commit f0c6bf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions djongo/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ class ProgrammingError(DatabaseError):

class NotSupportedError(DatabaseError):
pass


def Binary(value):
return value

0 comments on commit f0c6bf5

Please sign in to comment.