8👍
✅
request.POST
itself is not sanitized, but the Django ORM automatically sanitizes anything your throw at it, so yes, it’s safe to simply pass it right to the ORM. Just be careful with using raw
or extra
.
Source:stackexchange.com