This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Trundle, berker.peksag, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip, yselivanov
Date 2020-01-25.20:48:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579985330.87.0.533403448235.issue12915@roundup.psfhosted.org>
In-reply-to
Content
FTR, Django has a similar helper:

    from django.utils.module_loading import import_string

    ValidationError = import_string('django.core.exceptions.ValidationError')

https://docs.djangoproject.com/en/3.0/ref/utils/#django.utils.module_loading.import_string
History
Date User Action Args
2020-01-25 20:48:50berker.peksagsetrecipients: + berker.peksag, terry.reedy, vinay.sajip, ncoghlan, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, yselivanov
2020-01-25 20:48:50berker.peksagsetmessageid: <1579985330.87.0.533403448235.issue12915@roundup.psfhosted.org>
2020-01-25 20:48:50berker.peksaglinkissue12915 messages
2020-01-25 20:48:50berker.peksagcreate