Chris Beaven

Results 110 comments of Chris Beaven

Previously `__icontains` wasn't very useful. It was saying that your 2 character text field "contains" the text you were looking for, which doesn't really make a lot of sense. Now,...

Yes, the idea was that if translations didn't yet provide the common name, it could fallback to the full translated name. There doesn't seem to be an easy and reliable...

Could it be related to the pyuca version? Otherwise if you have time, run a bisect and find when the problem started to help narrow it down :)

It does seem like a bug that there's no second migration made. Using ArrayField for a specific DB, or TextField (which although is pretty much identical in Postgres, does have...

@killgates1986 just make a new pull request. If it supercedes or extends this, mention it in your PR's description.

If you're going to add this, perhaps you should make the requests session passable into `BaseClient` for more flexibility.

That'd be a good addition to the docs. Why not write it up as a pull request? ;)

Until #361 is added, you'll need to do `@router.post("/", url_name="add")` which will give you a reverse url of `api:add`.

I don't see why this is unexpected behaviour. Isn't this exactly what you'd expect when you specify a default (defined as "a selection automatically used by a program in the...

It's a good point - open that up as another related issue and I'll add to the PR when I've got a moment. Or you can do the work and...