mirror of
https://github.com/django/django.git
synced 2025-04-12 19:42:20 +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.