mirror of
https://github.com/django/django.git
synced 2025-07-29 16:14:18 +00:00
Fixed typo in tests/postgres_tests/test_signals.py comment.
This commit is contained in:
parent
6a21658163
commit
c14e5c64c9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try:
|
||||||
register_type_handlers,
|
register_type_handlers,
|
||||||
)
|
)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass # pyscogp2 isn't installed.
|
pass # psycopg isn't installed.
|
||||||
|
|
||||||
|
|
||||||
class OIDTests(PostgreSQLTestCase):
|
class OIDTests(PostgreSQLTestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue