Rick van Hattem

Results 315 comments of Rick van Hattem

No, not yet unfortunately, but I would still be happy with a solution since I'm still stuck with the same issue. Ideally we should be able to execute some iptables...

I can confirm. I'm seeing a lot of sponsored posts the last few days

I've got a few rules for blocking them using ublock on my computer which works well, but posting them here might quickly get them patched so I'm not sure if...

With regards to the Zen of Python, I think Django has been lost from the beginning. It's filled with (meta) magic all over so there's no real clean way anymore....

It doesn't look like Django is doing something like this yet: https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display I still see `decade_born_in.short_description = ...` in the documentation. But a universal decorator could be made easily: ```python...

That's fair I guess, I'll add it to my Django Utils library in that case: https://pypi.org/project/django-utils2/

Well... great minds think alike. It seems that the Django development release has this feature: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.display

While we're still stuck with older Django versions, the python-utils package now has this included. This is a pure-python package I maintain which is available through the repo in most...

If the rexray maintainers are willing to give up control that would be useful, otherwise a fork wouldn't be a bad idea. It's a shame how projects like these get...

I suppose this issue is similar to https://github.com/crccheck/django-object-actions/issues/67