Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/reference/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ Driver Support for DBRefs
`the MongoDBRef <http://www.php.net/manual/en/class.mongodbref.php/>`_ class.

**Python**
The Python driver supports DBRefs using the :api:`DBRef <python/current/api/bson/dbref.html>` class and the :api:`dereference </python/current/api/pymongo/database.html#pymongo.database.Database.dereference>` method.
The Python driver supports DBRefs using the :api:`DBRef <python/current/api/bson/dbref.html>` class and the :api:`dereference <python/current/api/pymongo/database.html#pymongo.database.Database.dereference>` method.

**Ruby**
The Ruby driver supports DBRefs using the :api:`DBRef </ruby/current/BSON/DBRef.html>` class
and the :api:`dereference </ruby/current/Mongo/DB.html#dereference-instance_method>` method.
The Ruby driver supports DBRefs using the :api:`DBRef <ruby/current/BSON/DBRef.html>` class
and the :api:`dereference <ruby/current/Mongo/DB.html#dereference-instance_method>` method.

**Scala**
The Scala driver contains no support for DBRefs. You can traverse
Expand Down