mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
This commit is contained in:
parent
83ecb7b145
commit
2b48fcc607
4 changed files with 55 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
from distutils.command.install_data import install_data
|
||||
from distutils.command.install import INSTALL_SCHEMES
|
||||
from distutils.sysconfig import get_python_lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue