Skip to content

Commit

Permalink
this is just a 1/2/3 differentiator, disregard in search
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Nov 15, 2023
1 parent e4ee9ce commit 6720796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion downloads/search_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ReleaseIndex(indexes.SearchIndex, indexes.Indexable):
name = indexes.CharField(model_attr='name')
description = indexes.CharField()
path = indexes.CharField()
version = indexes.CharField(model_attr='version')
release_notes_url = indexes.CharField(model_attr='release_notes_url')
release_date = indexes.DateTimeField(model_attr='release_date')

Expand Down

0 comments on commit 6720796

Please sign in to comment.