coleifer / peewee

a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb
http://docs.peewee-orm.com/
MIT License
11.06k stars 1.37k forks source link

Fix operator docs formatting #2898

Closed pylipp closed 3 months ago

pylipp commented 3 months ago

Otherwise rendered as: Use == `` and ``!= for comparing...

coleifer commented 3 months ago

Thx, committed an equivalent patch.