mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #30033 -- Doc'd change regarding apps without migrations depending on apps with migrations.
The addition of self.connection.check_constraints() in
7289874adc
is the cause.
This commit is contained in:
parent
7e3bf2662b
commit
fcfb730658
2 changed files with 11 additions and 0 deletions
|
@ -191,6 +191,10 @@ restrict to a single app. Restricting to a single app (either in
|
|||
a guarantee; any other apps that need to be used to get dependencies correct
|
||||
will be.
|
||||
|
||||
Apps without migrations must not have relations (``ForeignKey``,
|
||||
``ManyToManyField``, etc.) to apps with migrations. Sometimes it may work, but
|
||||
it's not supported.
|
||||
|
||||
.. _migration-files:
|
||||
|
||||
Migration files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue