mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
This commit is contained in:
parent
8656cfc4e0
commit
ec9004728e
25 changed files with 42 additions and 25 deletions
|
|
@ -1512,7 +1512,7 @@ make the call non-blocking. If a conflicting lock is already acquired by
|
|||
another transaction, :exc:`~django.db.DatabaseError` will be raised when the
|
||||
queryset is evaluated.
|
||||
|
||||
Currently, the ``postgresql_psycopg2``, ``oracle``, and ``mysql`` database
|
||||
Currently, the ``postgresql``, ``oracle``, and ``mysql`` database
|
||||
backends support ``select_for_update()``. However, MySQL has no support for the
|
||||
``nowait`` argument. Obviously, users of external third-party backends should
|
||||
check with their backend's documentation for specifics in those cases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue