mirror of
https://github.com/django/django.git
synced 2025-08-14 07:48:28 +00:00
[1.7.x] Revert "Making SQL management commands migration aware."
This reverts commitcb9c9a7b58
. Backport of83e7555ffe
from master.
This commit is contained in:
parent
c95a3fadb7
commit
ba31e45f08
6 changed files with 0 additions and 69 deletions
|
@ -1,10 +0,0 @@
|
|||
from django.db import models
|
||||
|
||||
|
||||
class Comment(models.Model):
|
||||
pass
|
||||
|
||||
|
||||
class Book(models.Model):
|
||||
title = models.CharField(max_length=100, db_index=True)
|
||||
comments = models.ManyToManyField(Comment)
|
Loading…
Add table
Add a link
Reference in a new issue