Loading tests/gis_tests/tests.py +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ if HAS_POSTGRES: raise ProgrammingError else: return self.version elif func == 'version': pass else: raise NotImplementedError('This function was not expected to be called') Loading Loading
tests/gis_tests/tests.py +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ if HAS_POSTGRES: raise ProgrammingError else: return self.version elif func == 'version': pass else: raise NotImplementedError('This function was not expected to be called') Loading