arneb / django-campaign

Newsletter management app for Django
BSD 3-Clause "New" or "Revised" License
66 stars 19 forks source link

Django 1.5 incompatibility #1

Closed arneb closed 10 years ago

arneb commented 11 years ago

Original Bug Report:

Hello,

I am using django1.5 and when I send I get:

NoReverseMatch at /adminsite/campaign/campaign/1/send/

Reverse for 'campaign_view_online' with arguments '()' and keyword arguments '{'object_id': 1L}' not found.

arneb commented 11 years ago

If I uncheck the online option for campaign, I get no error, but I have not received the email test.

arneb commented 10 years ago

could not reproduce