Martey Dodoo

Results 20 issues of Martey Dodoo

Send an email message after a potential sponsor completes a successful application.

If a sponsor does not have a logo, the website_logo method would still try to return the non-existent logo's upload attribute. This commit modifies the method so that nothing is...

This makes it easier to add/edit Speakers in the admin. - Make User relationship optional (since some Speakers will not have a User account associated with them if they are...

Make all Datetime fields in models using `datetime.datetime.now` switch to the timezone-aware `django.utils.timezone.now`. Fields changed include: - reviews.models.Comments.commented_at - reviews.models.LatestVote.submitted_at - reviews.models.ProposalMessage.submitted_at - reviews.models.ResultNotification.timestamp - reviews.models.Review.submitted_at - reviews.models.ReviewAssignment.assigned_at - schedule.models.SessionRole.submitted...

Since the applicant field of the Sponsor model is optional, we cannot be sure that all Sponsors have applicants, or that their applicants have names. If they don't, we need...

Upgrade Django to latest 1.9.x release and prevent Django 1.10 from being installed (to avoid incompatibilities). Upgrade most dependencies to ensure proper Django 1.9 support.

Add extra spacing between various top-level statements so that flake8 doesn't return any errors.

Commit 11f697d13757be5505898ae2f5444c394ab3b5ae included a number of changes that are backwards-incompatible with previous versions of symposion, including changing template locations. This makes upgrading difficult. I think it would be good if...

Django 1.8.2, Opbeat 2.1.1 I have disabled Opbeat by setting `OPBEAT["APP_ID"] = None`. When I run `./manage.py test`, I get the following lines printed out at the end of each...

- Remove versions of Python (>3.5) and Django (everything except 2.2 and 3.0) that are no longer supported upstream from automated testing. - Update classifiers in setup.py to remove old...