This update for python-Django fixes the following issues:
QuerySet annotate(), alias(), aggregate(), or extra()` methods when
processing a specially crafted dictionary with dictionary expansion (bsc#1250485).django.utils.archive.extract() function when processing an archive with
file paths that share a common prefix with the target directory (bsc#1250487).