| 25 | |
| 26 | Also: |
| 27 | {{{ |
| 28 | $ python -Wall runtests.py migrations.test_state |
| 29 | /home/tim/code/django/tests/migrations/test_state.py:450: RuntimeWarning: Model 'a.something' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. |
| 30 | class A(models.Model): |
| 31 | /home/tim/code/django/tests/migrations/test_state.py:454: RuntimeWarning: Model 'b.something' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. |
| 32 | class B(models.Model): |
| 33 | ....../home/tim/code/django/tests/migrations/test_state.py:497: RuntimeWarning: Model 'a.something' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models. |
| 34 | class A(models.Model): |
| 35 | }}} |