mirror of
https://github.com/django/django.git
synced 2025-04-11 19:12:22 +00:00
This makes sure that all of these functions are assigned to variables assigned to the current scope, rather than the global scope. It also adds a trailing semi-colon to make sure various linters are happy.