Skip to content
Snippets Groups Projects
Unverified Commit 794935af authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

models: Fix typo

parent b381ec49
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class Deposit(models.Model):
# Deposit reception source type
type = models.ForeignKey(
'DepositType', models.DO_NOTHING, db_column='type')
# Deposit's uniue external identifier
# Deposit's unique external identifier
external_id = models.TextField()
# Deposit client
client = models.ForeignKey(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment