mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed GIS tests broken by 0a89915
This commit is contained in:
parent
74f430f093
commit
7abf418eb1
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ if HAS_POSTGRES:
|
||||||
raise ProgrammingError
|
raise ProgrammingError
|
||||||
else:
|
else:
|
||||||
return self.version
|
return self.version
|
||||||
|
elif func == 'version':
|
||||||
|
pass
|
||||||
else:
|
else:
|
||||||
raise NotImplementedError('This function was not expected to be called')
|
raise NotImplementedError('This function was not expected to be called')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue