Skip to content

Commit

Permalink
Merge pull request #466 from renderbox/develop
Browse files Browse the repository at this point in the history
Release v0.4.20
  • Loading branch information
devo-wm authored Dec 9, 2024
2 parents 269d7be + caf2e81 commit 9bc1068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ universal = true

[project]
name = "django-vendor"
version = "0.4.19"
version = "0.4.20"

authors = [
{ name="Grant Viklund", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/vendor/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class InvoiceAdmin(admin.ModelAdmin):
class OfferAdmin(admin.ModelAdmin):
readonly_fields = ('uuid',)
list_display = ('name', 'slug', 'site', 'terms', 'available', 'deleted')
search_fields = ('name', 'site', )
search_fields = ('name', 'site__domain', )
list_filter = ('site__domain', )
inlines = [
PriceInline,
Expand Down

0 comments on commit 9bc1068

Please sign in to comment.