mirror of
https://github.com/django/django.git
synced 2025-04-14 12:24:36 +00:00
Previously load_backend() performed search by computing the (sole) entry of django.db.backends.__path__ manually from django.db.utils.__file__. Now django.db.backends.__path__ is used directly.