1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #30595 -- Added error message when no objects found to sql* management commands.

This commit is contained in:
Hasan Ramezani
2019-06-30 01:35:48 +02:00
committed by Mariusz Felisiak
parent c2f381ef17
commit 5d03f2bc01
9 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from django.db import migrations
class Migration(migrations.Migration):
dependencies = []
operations = []