Skip to content

Conversation

@travisbashor
Copy link

Fixes #

Description of the Change

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

from django.db import migrations, models


class Migration(migrations.Migration):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this migration is a no-op. The sql does nothing - it's just changes to the ORM's model. Confirmed with sqlmigrate.

# Generated by Django 5.2.6 on 2025-09-10 14:40
# ~/albert/django-oauth-toolkit/oauth2_provider/migrations/0003_alter_accesstoken_user_alter_application_user_and_more.py

import django.db.models.deletion
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants