Ticket #21873: duplicate_import.diff
File duplicate_import.diff, 342 bytes (added by , 11 years ago) |
---|
-
django/core/management/base.py
diff --git a/django/core/management/base.py b/django/core/management/base.py index 5ac1cdf..b44e1d6 100644
a b 1 1 # -*- coding: utf-8 -*- 2 from __future__ import unicode_literals3 2 4 3 """ 5 4 Base classes for writing management commands (named commands which can