Xavier Ordoquy

Results 43 comments of Xavier Ordoquy

Started some work on my way back to Paris. Here's a preview with: - no south migration needed - only one failing test case so far. See https://github.com/linovia/django-photologue/tree/feature/customizable_models

Actually it's still work in progress. Still need to make sure ti works with a custom model.

Hi @richardbarran, indeed it's for Django 1.5 It mostly does what Django does for the custom user model. I probably need to add an example. Will try to find some...

What version of Django is the patch against ? doesn't seem to apply seamlessly against 1.8.6

I think at some point bitwise permissions should enforce to have both `has_object_permission` and `has_permission` explicitly defined. ~I can't see how this would work without it.~ I can't see how...

Hi, Thank you for the contribution. The issue with this PR is that it's specific to `serializer_class` while it could also cover throttling, permissions and so on. I'd rather see...

Do we really want black ?

How does a dict trigger a `RangeMinValueValidator` ?

I don't think [DRF supports `IntegerRangeField`](https://github.com/encode/django-rest-framework/blob/f148e4e2593e55c76c746c85422924c33ec435cc/rest_framework/serializers.py#L862-L893) I'm going to close this *assuming* this is a third party issue and based on the fact that I have no guidance how DRF...

good catch, then it should use the same styling. Note that I'm fine with keeping it for now.