Skip to content

Commit 8520d47

Browse files
authored
fix(migrations): Update the URL of the migrations Django docs (#11477)
* update url Signed-off-by: Vjeran Grozdanic <[email protected]> * Revert "update url" This reverts commit e792452. * update url Signed-off-by: Vjeran Grozdanic <[email protected]> --------- Signed-off-by: Vjeran Grozdanic <[email protected]>
1 parent 8b8b9f2 commit 8520d47

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/development/database-migrations

1 file changed

+1
-1
lines changed

develop-docs/development/database-migrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_order: 30
55

66
Django migrations are how we handle changes to the database in Sentry.
77

8-
Django migration official docs: [https://docs.djangoproject.com/en/2.2/topics/migrations/](https://docs.djangoproject.com/en/2.2/topics/migrations/) . These will cover most things you need to understand what a migration is doing.
8+
Django migration official docs: [https://docs.djangoproject.com/en/5.1/topics/migrations/](https://docs.djangoproject.com/en/5.1/topics/migrations/) . These will cover most things you need to understand what a migration is doing.
99

1010
## Commands
1111

0 commit comments

Comments
 (0)