]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
updated historical terms with modern equivalents
authorjonathan vanasco <jonathan@2xlp.com>
Sat, 6 Jun 2020 01:58:23 +0000 (21:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jun 2020 01:58:43 +0000 (21:58 -0400)
commite90610add68715ec4963657153fa0c6b8947d1d7
tree9fe6e45535de02f8a1fa3f1a90bfb4bff13c1610
parent5d118a09af29eb0b442e9e137579bf8c9c623285
updated historical terms with modern equivalents

### Description
There were a few remnant uses of master/slave in the code and docs. The project previously made a decision to move away from them to use modern and inclusive terminology.

This PR does not cover a bug or necessitate a documented entry into the changelog, so an issue ticket was not created.

### Checklist
This pull request is:

- [x] A documentation / typographical error fix
- [x] A short code fix
- [ ] A new feature implementation

Closes: #5381
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5381
Pull-request-sha: 92597e83d0e1e18960dbb39b604b313e7a1cbb30

Change-Id: I1fb34fe5ab6c19fd7360568d7b51cdea9d271b3b
(cherry picked from commit 3512d51600c250f72911313e3f204552c250ece7)
doc/build/orm/persistence_techniques.rst
test/orm/inheritance/test_productspec.py