diff options
Diffstat (limited to 'lib/extensions.py')
| -rw-r--r-- | lib/extensions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/extensions.py b/lib/extensions.py index 8159a22..aa882be 100644 --- a/lib/extensions.py +++ b/lib/extensions.py @@ -162,6 +162,10 @@ except ImportError: del register_default_json +# Create default Range typecasters +from psycopg2. _range import Range +del Range + # Add the "cleaned" version of the encodings to the key. # When the encoding is set its name is cleaned up from - and _ and turned # uppercase, so an encoding not respecting these rules wouldn't be found in the |
