Python: Add change-note for Django 3.2 support

This commit is contained in:
Rasmus Wriedt Larsen
2021-04-21 13:58:34 +02:00
parent 59c6f76457
commit be9cbd79d6

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Modeling of Django has been updated to handle new 3.2 release, by supporting the new `QuerySet.alias()` method, which can be a sink for SQL injection.