magfest / ubersystem

MAGFest's Ubersystem - handles ticketing, staffing, analytics, volunteers, and tons more
http://magfest.org
GNU Affero General Public License v3.0
48 stars 55 forks source link

Fixing detached db objects #4418

Closed bitbyt3r closed 1 month ago

bitbyt3r commented 1 month ago

This removes the explicit call to expunge_all prior to returning the page generator. Instead we rely on the SessionManager to call session.close() during __exit__ which should also handle expunging objects.