Files
typeshed/stubs/peewee/@tests
Joakim Soderlund a1c28f71da Mark database parameters in Peewee as optional (#13442)
Peewee injects database arguments using a decorator whenever a model
or query has a bound connection. Passing the argument is therefore not
required, even for some function parameters without default values.
2025-03-07 11:30:50 +01:00
..