hasgeek / coaster

Common patterns for Flask apps
http://coaster.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Modernize ClassView and ModelView #433

Closed jace closed 8 months ago

jace commented 9 months ago

ClassView still contained some legacy architecture from the Python 2.7 era. These upgrades use 3.x idioms and add or fix type hinting support.

Unrelated fixes in other modules were noticed when working on ClassView.