adding change warning to all doc pages
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
cqlengine documentation
|
cqlengine documentation
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
cqlengine is a Cassandra CQL 3 Object Mapper for Python with an interface similar to the Django orm and mongoengine
|
cqlengine is a Cassandra CQL 3 Object Mapper for Python with an interface similar to the Django orm and mongoengine
|
||||||
|
|
||||||
:ref:`getting-started`
|
:ref:`getting-started`
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
Columns
|
Columns
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
.. module:: cqlengine.columns
|
.. module:: cqlengine.columns
|
||||||
|
|
||||||
.. class:: Bytes()
|
.. class:: Bytes()
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
Connection
|
Connection
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
.. module:: cqlengine.connection
|
.. module:: cqlengine.connection
|
||||||
|
|
||||||
The setup function in `cqlengine.connection` records the Cassandra servers to connect to.
|
The setup function in `cqlengine.connection` records the Cassandra servers to connect to.
|
||||||
|
@@ -2,6 +2,12 @@
|
|||||||
Managing Schmas
|
Managing Schmas
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
|
.. module:: cqlengine.connection
|
||||||
|
|
||||||
.. module:: cqlengine.management
|
.. module:: cqlengine.management
|
||||||
|
|
||||||
Once a connection has been made to Cassandra, you can use the functions in ``cqlengine.management`` to create and delete keyspaces, as well as create and delete tables for defined models
|
Once a connection has been made to Cassandra, you can use the functions in ``cqlengine.management`` to create and delete keyspaces, as well as create and delete tables for defined models
|
||||||
|
@@ -2,6 +2,12 @@
|
|||||||
Models
|
Models
|
||||||
======
|
======
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
|
.. module:: cqlengine.connection
|
||||||
|
|
||||||
.. module:: cqlengine.models
|
.. module:: cqlengine.models
|
||||||
|
|
||||||
A model is a python class representing a CQL table.
|
A model is a python class representing a CQL table.
|
||||||
|
@@ -2,6 +2,12 @@
|
|||||||
Making Queries
|
Making Queries
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
**Users of versions < 0.4, please read this post before upgrading:** `Breaking Changes`_
|
||||||
|
|
||||||
|
.. _Breaking Changes: https://groups.google.com/forum/?fromgroups#!topic/cqlengine-users/erkSNe1JwuU
|
||||||
|
|
||||||
|
.. module:: cqlengine.connection
|
||||||
|
|
||||||
.. module:: cqlengine.query
|
.. module:: cqlengine.query
|
||||||
|
|
||||||
Retrieving objects
|
Retrieving objects
|
||||||
|
Reference in New Issue
Block a user