summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-10-13 10:13:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-10-13 10:13:01 -0400
commit80372f6c4c2e7817a49c787d746aef8e5f99c7d8 (patch)
treed8d5a34080fa5197c7f43e3b86f8a6c3a5e102a2 /lib/sqlalchemy/ext
parentcfd5b3e78fdd58174ba8f107412851938524ca1c (diff)
downloadsqlalchemy-80372f6c4c2e7817a49c787d746aef8e5f99c7d8.tar.gz
further 2.0 modernizations
biggest change here is the old tutorials were removed from the TOC and some additional links to them have been corrected. Change-Id: I79b878a946422eac24ed2449b440fc5d556576c4
Diffstat (limited to 'lib/sqlalchemy/ext')
-rw-r--r--lib/sqlalchemy/ext/serializer.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sqlalchemy/ext/serializer.py b/lib/sqlalchemy/ext/serializer.py
index 276971ece..8d84a1eb0 100644
--- a/lib/sqlalchemy/ext/serializer.py
+++ b/lib/sqlalchemy/ext/serializer.py
@@ -9,6 +9,11 @@
"""Serializer/Deserializer objects for usage with SQLAlchemy query structures,
allowing "contextual" deserialization.
+.. legacy::
+
+ The serializer extension is **legacy** and should not be used for
+ new development.
+
Any SQLAlchemy query structure, either based on sqlalchemy.sql.*
or sqlalchemy.orm.* can be used. The mappers, Tables, Columns, Session
etc. which are referenced by the structure are not persisted in serialized