Skip to content

Commit

Permalink
Fixed conflict fields
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed May 16, 2023
1 parent c99c5b3 commit 17795e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeltranslation/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,5 +543,5 @@ class SpecificLanguageModelX(SpecificLanguageModelRegisterX):
slug = models.SlugField(blank=True, null=True)


class SpecificLanguageModelY(SpecificLanguageModelX):
class SpecificLanguageModelY(SpecificLanguageModelRegisterY):
slug = models.SlugField(blank=True, null=True)

0 comments on commit 17795e7

Please sign in to comment.