Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2017
1 parent c7aa8d9 commit 3abd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generic/models.py
Expand Up @@ -78,7 +78,7 @@ class Person(models.Model):
# (django < 1,6)
pass

#backward compatibilty with Django 1.1
#backward compatibility with Django 1.1
try:
wanted_games_qtd = models.BigIntegerField()
except AttributeError:
Expand Down

0 comments on commit 3abd666

Please sign in to comment.