Description
Django models can store and build URLs with a cleaner helper layer. This library helps web applications represent URL parts in model fields and reduce repeated parsing or formatting code.
It is imported by Django projects, not opened directly. Applications still need to validate redirects, accepted schemes, and user-supplied URLs according to their own security rules.