File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Columns of all types are initialized by passing :class:`.Column` attributes to t
5858
5959.. autoclass :: Decimal(**kwargs)
6060
61- .. autoclass :: Double
61+ .. autoclass :: Double(**kwargs)
6262
6363.. autoclass :: Float
6464
Original file line number Diff line number Diff line change @@ -79,6 +79,12 @@ This upgrade served as a good juncture to deprecate certain API features and inv
7979to new ones. The first released version does not change functionality -- only introduces deprecation
8080warnings. Future releases will remove these features in favor of the alternatives.
8181
82+ Float/Double Overload
83+ ---------------------
84+ Previously there was no ``Double `` column type. Doubles were modeled by specifying ``Float(double_precision=True) ``.
85+ This inititializer parameter is now deprecated. Applications should use :class: `~.columns.Double ` for CQL ``double ``, and :class: `~.columns.Float `
86+ for CQL ``float ``.
87+
8288Schema Management
8389-----------------
8490``cassandra.cqlengine.management.create_keyspace `` is deprecated. Instead, use the new replication-strategy-specific
You can’t perform that action at this time.
0 commit comments