Skip to content

Commit f9b2c99

Browse files
committed
Remove 'Experimental' tag from cqlengine connections documentation
1 parent 438f394 commit f9b2c99

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Other
2323
* Remove copyright dates from copyright notices (PYTHON-863)
2424
* Remove "Experimental" tag from execution profiles documentation (PYTHON-840)
2525
* request_timer metrics descriptions are slightly incorrect (PYTHON-885)
26+
* Remove "Experimental" tag from cqlengine connections documentation (PYTHON-892)
2627

2728
3.12.0
2829
======

docs/cqlengine/connections.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
==========================
2-
Connections (experimental)
3-
==========================
1+
===========
2+
Connections
3+
===========
44

5-
Connections are experimental and aimed to ease the use of multiple sessions with cqlengine. Connections can be set on a model class, per query or using a context manager.
5+
Connections aim to ease the use of multiple sessions with cqlengine. Connections can be set on a model class, per query or using a context manager.
66

77

88
Register a new connection

0 commit comments

Comments
 (0)