{"id":18621288,"url":"https://github.com/yiling-j/django-admin-select-search","last_synced_at":"2025-04-11T02:31:40.966Z","repository":{"id":135672499,"uuid":"94084613","full_name":"Yiling-J/django-admin-select-search","owner":"Yiling-J","description":"Add a select box to django admin search.","archived":false,"fork":false,"pushed_at":"2022-08-30T05:05:11.000Z","size":10,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T08:22:49.110Z","etag":null,"topics":["django","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yiling-J.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-12T10:35:11.000Z","updated_at":"2022-08-30T05:05:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"3329eb11-67c9-45c6-8268-25cb19a2c443","html_url":"https://github.com/Yiling-J/django-admin-select-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiling-J%2Fdjango-admin-select-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiling-J%2Fdjango-admin-select-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiling-J%2Fdjango-admin-select-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yiling-J%2Fdjango-admin-select-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yiling-J","download_url":"https://codeload.github.com/Yiling-J/django-admin-select-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248329603,"owners_count":21085566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","python"],"created_at":"2024-11-07T04:10:18.218Z","updated_at":"2025-04-11T02:31:40.958Z","avatar_url":"https://github.com/Yiling-J.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-admin-select-search\n\nAdd a select box to django admin search.\n\n## Getting Started\n\nThis is a django app that add a select box to admin search form.\n\n![alt text](https://dw75asfpu22ml.cloudfront.net/cover/djago_admin_select_example2.jpg)\n\n![alt text](https://dw75asfpu22ml.cloudfront.net/cover/djago_admin_select_example1.png)\n\n```search_fields = ('id', 'title', 'author__full_name')```\n\n### Prerequisites\n\ndjango 1.10\n\n\n### Installing\n\nThis is nothing but a django app. So just copy searchadmin to your project folder,\nadd to your install apps, then use it instead of old django admin.\n\n\n```\nfrom searchadmin.admin import SelectModelAdmin\n\nclass NewAdmin(SelectModelAdmin)\n\tpass\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiling-j%2Fdjango-admin-select-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyiling-j%2Fdjango-admin-select-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiling-j%2Fdjango-admin-select-search/lists"}