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

Yet another round of minor bug fixes #572

Merged
merged 6 commits into from May 17, 2017
Merged

Yet another round of minor bug fixes #572

merged 6 commits into from May 17, 2017

Conversation

PaulSD
Copy link
Contributor

@PaulSD PaulSD commented May 16, 2017

No description provided.

Setting is called merchantlogo not MerchantLogo, so it wasn't actually
being used.
apps/registry/utils.py should ignore "not found" exceptions when
importing files related to addon packages, but it should not silently
ignore other exceptions, as this makes it difficult to troubleshoot
problems with addon packages.
If user_agent happens to be unicode already, unicode() fails with
"TypeError: decoding Unicode is not supported".  Ignore this exception.
request.REQUEST is removed in Django 1.9 and does not work when running
Django 1.8 under the Daphne web server.  This commit replaces its use
with request.POST/request.GET as appropriate, and also switches from the
abandoned django-pagination library to the dj-pagination fork to fix the
use of request.REQUEST in that library.  (May want to consider switching
from dj-pagination to the newer Pagination feature in Django itself.)
@jennyq jennyq merged commit 0ca9a6e into tendenci:master May 17, 2017
@jennyq
Copy link
Member

jennyq commented May 17, 2017

Excellent! Thank you @PaulSD !

@PaulSD PaulSD deleted the fixes branch May 20, 2017 14:55
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

2 participants