Jimmy Merrild Krag

Results 44 comments of Jimmy Merrild Krag

Heureka! I have found a way to detect models that use CAS storage. Here used in a command: ``` python from django.core.management.base import BaseCommand from django.apps import apps from django.db...

It is also worth to take a look at https://github.com/un1t/django-cleanup/blob/master/django_cleanup/models.py#L90, as they do it with support for Django >= 1.6

Good question. How about defining an array or range of port numbers so it's predictable? That way, you can set the CSR for these numbers and have the vast majority...

As long as you can detect that the port is taken somehow and warn the user, I'm fine with that.

Of course the current behaviour should be available too for those relying on that.

I may be able to later, but currently we are drowning in bugs. My main issue is that it concerns me that something could potentially break our builds without any...

In relation to this: Why does https://hub.docker.com/r/runmymind/docker-android-sdk seem to be updated almost every day, despite no changes being made? Changing the image every day means, our build system needs to...

@mindrunner We purge weekly, so that is just perfect. I'm puzzling with whether it would be better to make it `{flavour}_{datetime}_{commit hash}`. This change will cause the following: - We...

As I remember it, there was no icon at all, but I have uninstalled pantheon-files-plugin-dropbox because it is buggy and made files crash.

Well... It is a middleware (see https://github.com/selwin/django-user_agents/blob/master/README.rst#middleware), so you can just place your own middleware after the this one, and have it accessible there.