Commit 6bdab16
fix: Migrate
Fixes an error along the lines of:
Unable to import taxonomy_class for -1:
openedx_tagging.core.tagging.models.system_defined.LanguageTaxonomy
This was missed in: #470
We had updated migration 0012 to initialize LanguagesTaxonomy with the
post-refactoring _taxonomy_class, but didn't add a new data migration
to fix the classpath. Migration 0019 now fixes that.
This commit also reverts our change to 0012 for the sake of historical
continuity (but it doesn't really matter either way since 0019 will overwrite
the _taxonomy_class).
Bumps patch version -> 0.34.2
Co-authored-by: Claude Code <noreply@anthropic.com>LanguagesTaxnomy._taxonomy_class to reflect refactoring (#489)1 parent 603762d commit 6bdab16
File tree
3 files changed
+35
-2
lines changed- src
- openedx_core
- openedx_tagging/migrations
3 files changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments