File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Component(models.Model):
23
23
downloads = models .BigIntegerField (default = 0 , null = True )
24
24
created_time = models .DateTimeField (null = True )
25
25
modified_time = models .DateTimeField (null = True )
26
- tags = models .ManyToManyField ('Tag' , null = True )
26
+ tags = models .ManyToManyField ('Tag' )
27
27
icon_url = models .URLField (null = True , blank = True )
28
28
icon = models .ImageField (null = True , upload_to = 'icons/' )
29
29
github_url = models .URLField (null = True )
Original file line number Diff line number Diff line change 1
1
certifi
2
2
chardet == 3.0.4
3
- Django == 1.11.13
3
+ django == 1.11.15
4
4
django-redis == 4.9.0
5
5
django-rest-framework == 0.1.0
6
6
djangorestframework == 3.8.2
@@ -9,6 +9,6 @@ numpy==1.14.5
9
9
Pillow == 5.1.0
10
10
pytz == 2018.4
11
11
redis == 2.10.6
12
- requests == 2.18.4
12
+ requests == 2.20.0
13
13
urllib3 == 1.22
14
14
django-cors-headers == 2.4.0
You can’t perform that action at this time.
0 commit comments