| 791 | | **New in Django development version:** to refer to models defined in another |
|---|
| 792 | | application, you must instead explicitially specify the application label. That |
|---|
| 793 | | is, if the ``Manufacturer`` model above is defined in another application called |
|---|
| 794 | | ``production``, you'd need to use:: |
|---|
| | 791 | **New in Django development version:** To refer to models defined in another |
|---|
| | 792 | application, you must instead explicitly specify the application label. For |
|---|
| | 793 | example, if the ``Manufacturer`` model above is defined in another application |
|---|
| | 794 | called ``production``, you'd need to use:: |
|---|