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

Fix template packaging #580

Merged
merged 3 commits into from
Jan 6, 2017

Conversation

rpkilby
Copy link
Collaborator

@rpkilby rpkilby commented Dec 6, 2016

Starting work on #578.

@rpkilby
Copy link
Collaborator Author

rpkilby commented Dec 6, 2016

This should be ready.

@@ -34,11 +34,7 @@
maintainer_email='carlton.gibson@noumenal.es',
url='http://github.com/carltongibson/django-filter/tree/master',
packages=find_packages(exclude=['tests']),
package_data={
Copy link
Collaborator Author

@rpkilby rpkilby Dec 6, 2016

Choose a reason for hiding this comment

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

btw - my understanding is that package_data isn't necessary, given the use of a manifest and the include_package_data param.

Copy link

@charettes charettes left a comment

Choose a reason for hiding this comment

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

I confirm this fixes #578 for me.

@carltongibson carltongibson added this to the 1.0.2 milestone Jan 6, 2017
@carltongibson carltongibson merged commit b714fd1 into carltongibson:develop Jan 6, 2017
@rpkilby rpkilby deleted the fix-multi-template branch January 6, 2017 16:59
SJasoria added a commit to SJasoria/treeherder that referenced this pull request Jun 19, 2017
The jobdetail browsable API pages were returning HTTP 500 since as of
carltongibson/django-filter#580 it's necessary to add django-filter to
INSTALLED_APPS: https://django-filter.readthedocs.io/en/latest/guide/install.html
edmorley pushed a commit to mozilla/treeherder that referenced this pull request Jun 19, 2017
The jobdetail browsable API pages were returning HTTP 500 since as of
carltongibson/django-filter#580 it's necessary to add django-filter to
INSTALLED_APPS:
https://django-filter.readthedocs.io/en/latest/guide/install.html
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.

None yet

3 participants