Skip to content

Commit

Permalink
Allowing for blank script for unwritten languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 4, 2023
1 parent dd5f520 commit 1f49909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_v2/models/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Language(HasName, HasDescription, FromDocument):

script_language = models.ForeignKey('self',
null=True,
blank=True,
on_delete=models.CASCADE)

# TODO typical_speakers will be a FK out to a Creature Types table.
Expand Down

0 comments on commit 1f49909

Please sign in to comment.