Tyson Clugg

Results 48 comments of Tyson Clugg

@Kannaj - it's already done: https://gitter.im/commoncode/django-ddp I need to update the documentation to include a link.

We now have a logo. :grin: ![Django DDP space unicorn](http://i.imgur.com/otqSFya.png)

Is django_todos in settings.INSTALLED_APPS?

Line https://github.com/jazzband/django-ddp/blame/develop/dddp/api.py#L435 sets `fields[field.column]` but then line https://github.com/jazzband/django-ddp/blame/develop/dddp/api.py#L438 runs `fields.pop(field.name)`. If field.column is the same as field.name, then it has popped the value we just set.

> Tests failed, however I'm unsure why It's a flake8 (linter) error. https://travis-ci.org/gizmag/django-fsm-log/jobs/562015145#L507 ``` django_fsm_log/conf.py:1:1: F401 'django.conf.settings' imported but unused ```

Thanks for the report @destos. :smiley: Looking through https://docs.djangoproject.com/en/1.8/ref/contrib/contenttypes/#generic-relations in the section titled "Primary key type compatibility" I found this: > There is no one-size-fits-all solution for which field type...

> Given that the issue at hand here can be resolved so simply by using a CharField to allow integer and uuid primary keys, the thought of using a swappable...

My tenure at Gizmag is drawing to a close within the next month, as is the tenure of the Gizmag Django codebase. I'm happy enough to hand this project over...

> This results in StateLog instances being lost if multiple concurrent requests change the state of a single object. This part of the problem is actually quite common and can...

So... I wanted you to see the result of the second commit (ie: 1 failed test) so I could then ask the question: Do you plan on using aloe to...