Re: [mezzanine-users] Password reset URL scheme in email templates is hard coded as HTTP

2017-04-15 Thread Ryne Everett
I went ahead and submitted the patch: . -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[mezzanine-users] "Cannot use None as a query value"

2017-04-15 Thread Richard Jackson
Hi everyone, happy Easter! I made a simple model with a foreign-keyed orderable - however, when I try to delete one of the orderable objects I get a "Cannot use None as a query value" *Code snippets from models.py/admin.py:* models.py class TuitionPage(Page): class Meta:

Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-15 Thread jamie
"error":"Unicode-objects must be encoded before hashing", "stacktrace":"Traceback (most recent call last):\n File \"/usr/local/lib/python3.5/site-packages/watchman/decorators.py\", line 17, in wrapped\nresponse = func(*args, **kwargs)\n File