Skip to content

Commit

Permalink
Add use_language_model_featurizer in repository serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Oct 2, 2018
1 parent a7e0c1c commit 8e091ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bothub/api/serializers/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Meta:
'name',
'slug',
'language',
'use_language_model_featurizer',
'categories',
'description',
'is_private',
Expand Down Expand Up @@ -65,6 +66,7 @@ class Meta:
'slug',
'language',
'available_languages',
'use_language_model_featurizer',
'categories',
'categories_list',
'description',
Expand Down

0 comments on commit 8e091ef

Please sign in to comment.