Skip to content

Add django admin functionality for searching and filtering objects#330

Merged
sbs2001 merged 3 commits intoaboutcode-org:mainfrom
sbs2001:315-django-admin
Feb 5, 2021
Merged

Add django admin functionality for searching and filtering objects#330
sbs2001 merged 3 commits intoaboutcode-org:mainfrom
sbs2001:315-django-admin

Conversation

@sbs2001
Copy link
Copy Markdown
Collaborator

@sbs2001 sbs2001 commented Jan 30, 2021

Fixes #315

Signed-off-by: Shivam Sandbhor shivam.sandbhor@gmail.com

@sbs2001 sbs2001 mentioned this pull request Jan 31, 2021
@admin.register(Vulnerability)
class VulnerabilityAdmin(admin.ModelAdmin):
pass
search_fields = ["cve_id"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really want to get #259 merged ASAP

Copy link
Copy Markdown
Member

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my minor nit below.
We will need to revisit this

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
@sbs2001 sbs2001 merged commit 1d6bade into aboutcode-org:main Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable basic Django admin features

2 participants