projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10eb64
)
Remove trailing windows newline
author
Magnus Hagander
<magnus@hagander.net>
Mon, 21 Jan 2019 09:51:12 +0000
(10:51 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 26 Jan 2019 15:19:26 +0000
(16:19 +0100)
pgweb/core/models.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/core/models.py
b/pgweb/core/models.py
index d8ce70272667993cd3d0157b5d45268354fd831e..e03d7458f5a089291be448b5c8bd9726b0a38e58 100644
(file)
--- a/
pgweb/core/models.py
+++ b/
pgweb/core/models.py
@@
-85,7
+85,7
@@
class Version(models.Model):
class Country(models.Model):
name = models.CharField(max_length=100, null=False, blank=False)
- tld = models.CharField(max_length=3, null=False, blank=False)
\r
+ tld = models.CharField(max_length=3, null=False, blank=False)
class Meta:
db_table = 'countries'