Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search to admin #3

Merged
merged 3 commits into from
Feb 15, 2017
Merged

Add search to admin #3

merged 3 commits into from
Feb 15, 2017

Conversation

cblignaut
Copy link
Contributor

@qoda: Just a quick PR to add search to admin.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.308% when pulling 9093f74 on feature/Add-search-to-admin into 5154bca on develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.308% when pulling 9093f74 on feature/Add-search-to-admin into 5154bca on develop.

prepopulated_fields = {"slug": ["title"]}
search_fields = ["title", "slug"]
list_filter = ["menu",]
Copy link
Contributor

Choose a reason for hiding this comment

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

Additional comma not required for a list only when using triples with a single value.

.gitignore Outdated
@@ -10,3 +10,4 @@ coverage.xml
pep8.txt
.tox/
.coverage
.idea/
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather don't add this to all project gitignores, rather add to your global gitignore

@coveralls
Copy link

coveralls commented Feb 15, 2017

Coverage Status

Coverage increased (+0.2%) to 92.308% when pulling 2593378 on feature/Add-search-to-admin into 5154bca on develop.

@cblignaut cblignaut merged commit f79100b into develop Feb 15, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.308% when pulling 2593378 on feature/Add-search-to-admin into 5154bca on develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.308% when pulling 2593378 on feature/Add-search-to-admin into 5154bca on develop.

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.

3 participants