Skip to content

Commit

Permalink
Merge pull request #119 from aiarena/staging
Browse files Browse the repository at this point in the history
HotFix wiki bug
  • Loading branch information
eladyaniv01 committed Nov 22, 2020
2 parents c4190d0 + 7d87adc commit c0e89e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiarena/core/models/news.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class News(models.Model):
created = models.DateTimeField(auto_now_add=True)
title = models.TextField(max_length=20, blank=True, null=True)
title = models.TextField(max_length=40, blank=True, null=True)
text = models.TextField(max_length=500, blank=False, null=False)
yt_link = models.URLField(blank=True, null=True)

Expand Down
2 changes: 1 addition & 1 deletion pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pinax-theme-bootstrap==8.0.1
pytz==2020.1
six==1.15.0
Markdown==3.3.3
wiki==0.7
wiki==0.6
mysql-connector
matplotlib
pandas==1.0.5
Expand Down

0 comments on commit c0e89e8

Please sign in to comment.