Keyvan Mosharraf

Results 25 comments of Keyvan Mosharraf
trafficstars

I have the same problem. I'm hitting an API that requires an `Auth-Signature` header, which is a signed hexdigest using a nonce based on the UNIX value of now. In...

suit.js:199 Uncaught ReferenceError: Suit is not defined

Was looking for something like this. It is perhaps too slow to check for permissions per object in the queryset. What if you have millions of rows of data for...

From https://github.com/kaoslabsinc/django-building-blocks/blob/master/building_blocks/admin/mixins.py (shameless plug) ```python class AreYouSureActionsAdminMixin(DjangoObjectActions): are_you_sure_actions = () are_you_sure_prompt_f = "Are you sure you want to {label} this object?" def __init__(self, *args, **kwargs): super(AreYouSureActionsAdminMixin, self).__init__(*args, **kwargs) for action...

I concur. This package will be used a lot more if it used BSD 3 like Django (or any other permissive FOSS license for that matter).

Ok, so I just had to wait for the data to show up in GA. Is there any way to send custom variables to GA? The current implementation doesn't seem...

I achieved this by writing a custom frontend to show the inline changes as well. The trick is that each revision on the main model is also linked to the...

It seems to be fixed on the main branch. Maybe they haven't released it to PyPI yet?