Modify ↓
Ticket #134 (closed defect: fixed)
south crashes when using FK to models that have been imported with aliases
| Reported by: | evan.reiser@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6 |
| Component: | migrations | Version: | 0.6-pre |
| Keywords: | Cc: |
Description
from django.db import models
from django.contrib.auth.models import Group as AuthGroup?
class TestModel?(models.Model)
group = models.ForeignKey?(AuthGroup?)
this causes an error saying AuthGroup? is unknown
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Could you post the entire traceback of the error? It makes it way easier to debug.