From ec9004728ee136e3b7e2b7cd2610203e16b6ce9b Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Wed, 5 Aug 2015 11:08:56 -0300 Subject: Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index f21887c6bd..47a75ddfc6 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -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. -- cgit v1.3