File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ The SQLAlchemy ORM supports mapping an attrs_ class using **Declarative with
360360Imperative Table ** or **Imperative ** mapping. The general form of these two
361361styles is fully equivalent to the
362362:ref: `orm_declarative_dataclasses_declarative_table ` and
363- :ref: `orm_declarative_attrs_imperative_table ` mapping forms used with
363+ :ref: `orm_declarative_dataclasses_imperative_table ` mapping forms used with
364364dataclasses, where the inline attribute directives used by dataclasses or attrs
365365are unchanged, and SQLAlchemy's table-oriented instrumentation is applied at
366366runtime.
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Appending additional columns to an existing Declarative mapped class
192192^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
193193
194194A declarative table configuration allows the addition of new
195- :class: `_schema.Column ` objects an existing mapping after the :class: `.Table `
195+ :class: `_schema.Column ` objects to an existing mapping after the :class: `.Table `
196196metadata has already been generated.
197197
198198For a declarative class that is declared using a declarative base class,
Original file line number Diff line number Diff line change @@ -511,7 +511,6 @@ as well as specific history on modifications to attributes since the last flush:
511511
512512
513513.. _dataclasses : https://docs.python.org/3/library/dataclasses.html
514- .. _attrs : https://pypi.org/project/attrs/
515514
516515.. [1 ] When running under Python 2, a Python 2 "old style" class is the only
517516 kind of class that isn't compatible. When running code on Python 2,
You can’t perform that action at this time.
0 commit comments