]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Upgrade parts of the documentation to 2.0 style
authorprovinzkraut <25355197+provinzkraut@users.noreply.github.com>
Tue, 22 Mar 2022 17:17:56 +0000 (13:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Mar 2022 18:01:23 +0000 (14:01 -0400)
commit6652c62bd90a455843c77f41acd50af920126351
tree1fa398387b80229a95420236780ce18adffaddb5
parent07380af11fd84a91b5e9227f448306a672a91ab0
Upgrade parts of the documentation to 2.0 style

<!-- Provide a general summary of your proposed changes in the Title field above -->

I've started to work on #7659, implementing the low hanging fruit changes for now. Some still remain, which I've outlined as a [comment](https://github.com/sqlalchemy/sqlalchemy/issues/7659#issuecomment-1073029151), and probably also some that I didn't catch.

<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [x] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #7829
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7829
Pull-request-sha: a89561dd0c96c2f9a6d992fa0fb94683afaf7e30

Change-Id: Ibc5ea94b5c4b2d7b1cf7bea24f4394d1fde749be
14 files changed:
doc/build/faq/ormconfiguration.rst
doc/build/faq/performance.rst
doc/build/faq/sessions.rst
doc/build/orm/extensions/associationproxy.rst
doc/build/orm/join_conditions.rst
doc/build/orm/loading_columns.rst
doc/build/orm/mapped_attributes.rst
doc/build/orm/mapped_sql_expr.rst
doc/build/orm/nonstandard_mappings.rst
doc/build/orm/persistence_techniques.rst
doc/build/orm/self_referential.rst
doc/build/orm/session_basics.rst
doc/build/orm/session_state_management.rst
doc/build/orm/session_transaction.rst