mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Removed support for custom SQL per deprecation timeline.
This commit is contained in:
parent
a420f83e7d
commit
4aa089a9a9
26 changed files with 10 additions and 368 deletions
|
|
@ -543,9 +543,7 @@ Now, run :djadmin:`migrate` again to create those model tables in your database:
|
|||
Apply all migrations: polls
|
||||
Synchronizing apps without migrations:
|
||||
Creating tables...
|
||||
Installing custom SQL...
|
||||
Installing indexes...
|
||||
Installed 0 object(s) from 0 fixture(s)
|
||||
Running migrations:
|
||||
Applying polls.0001_initial... OK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue