Jason Held

Results 172 comments of Jason Held
trafficstars

Hi. I'm not positive on having a new event_type but definitely agree on getting this fixed. Send up your PR when you have some time and let's find out if...

You may be right. I haven't audited that code path. If that's the case, can you write up a PR which adjusts the code to check if the field is...

You can setup an easyaudit logger. Can you see if something is having an error via the log?

Curious are any of your models using a non-integer primary key?

Interesting fix. Looks good. Can you also add a test case?

@Etenil can you check if the `pre_save` logic is still in need of change based on current master?

So I do agree that if we can avoid certain paths in the flow, we should, and I'm still concurring that this is a good change, but is it _actually_...

Yeah, I was wondering about this, too. We could use a `CharField` to open that up, though I do wonder if there is another way to do it.

One reason that IntegerField or CharField are nice is because we get to just reference the value by its value, not link it as a foreign/primary key. If the object...