Browse Source

py38: bump LAST_VERIFIED_DJANGO_VERSION to 2.0 (#26644)

josh 3 years ago
parent
commit
bfbd09aefa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/new_migrations/monkey/__init__.py

+ 1 - 1
src/sentry/new_migrations/monkey/__init__.py

@@ -5,7 +5,7 @@ from sentry.new_migrations.monkey.executor import SentryMigrationExecutor
 from sentry.new_migrations.monkey.fields import deconstruct
 from sentry.new_migrations.monkey.writer import SENTRY_MIGRATION_TEMPLATE
 
-LAST_VERIFIED_DJANGO_VERSION = (1, 11)
+LAST_VERIFIED_DJANGO_VERSION = (2, 0)
 CHECK_MESSAGE = """Looks like you're trying to upgrade Django! Since we monkeypatch
 the Django migration library in several places, please verify that we have the latest
 code, and that the monkeypatching still works as expected. Currently the main things