Skip to content

Extended Application foreign key constraint issue #71

@davecap

Description

@davecap

I'm trying to implement the custom Application model in my app and I get foreign key constraint errors. It seems that no matter what the APPLICATION_MODEL setting is, the foreign key is always constrained to oauth2_provider.Application when applying the south migration:

('application', self.gf('django.db.models.fields.related.ForeignKey')(to=orm['oauth2_provider.Application'])),

Not really sure how to get around this one... any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions