Re: [mezzanine-users] TypeError at /shop/invoice/#/

2017-01-01 Thread Akhlaq Rao
Thanks! On Tuesday, October 25, 2016 at 12:40:58 AM UTC-4, Stephen McDonald wrote: > > > http://stackoverflow.com/questions/13685920/install-specific-git-commit-with-pip > > On Tue, Oct 25, 2016 at 3:01 PM, Akhlaq Rao > wrote: > >> Thanks Ryne, I will wait for the release.

Re: [mezzanine-users] TypeError at /shop/invoice/#/

2016-10-24 Thread Akhlaq Rao
Thanks Ryne, I will wait for the release. Meanwhile, is there a way to fetch it or should I fix it in the shop app?. On Monday, October 24, 2016 at 1:15:13 AM UTC-4, Ryne Everett wrote: > > See https://github.com/stephenmcd/cartridge/pull/306. (Not yet released.) > > On 10/24/2016 12:42 AM,

Re: [mezzanine-users] TypeError at /shop/invoice/#/

2016-10-23 Thread Ryne Everett
See https://github.com/stephenmcd/cartridge/pull/306. (Not yet released.) On 10/24/2016 12:42 AM, Akhlaq Rao wrote: > > > I am seeing this error when clicking on the link on Order Complete page. > > > TypeError at /shop/invoice/4/ > > dict expected at most 1 arguments, got 3 > Request Method:

[mezzanine-users] TypeError at /shop/invoice/#/

2016-10-23 Thread Akhlaq Rao
I am seeing this error when clicking on the link on Order Complete page. TypeError at /shop/invoice/4/ dict expected at most 1 arguments, got 3 Request Method: GET Request URL: https://couture92.com/shop/invoice/4/ Django Version: 1.10.2 Exception Type: TypeError Exception Value: dict