Caio Ariede

Results 37 comments of Caio Ariede

@ankane I'm wondering if it's possible to mix the usage of `--in-batches` with `--defer-constraints-v2`. I have two different large tables that refer to each other and I'm not sure how...

Btw, with PR #45 drops/creates will now be run within the same transaction

@theY4Kman wanna elaborate a bit more on what you code tries to do?

@theY4Kman how is this better than `CREATE` new with temp name, `DROP` old one, `RENAME` temp to correct name (all inside a transaction)?

Cool! I think this should be two separate PRs

@jayaddison-collabora there's no work in progress related to this. We can discuss the approach here if you want, I'd be happy to help :)

@jayaddison-collabora the third option for me seems to be the better but there are some concerns around single responsibility... something else I would suggest is a class decorator where you...

Anyone got it working? Any examples?

Same issue here. drfdocs==0.0.9 works, no luck with 0.0.10 or 0.0.11. Already reinstalled everything and still have the issue. ``` ☁ ph [master] ⚡ pip uninstall drfdocs -y > /dev/null;...

I'm wondering if we should use what's defined in field's default value, for example: ```python location = LocationField(based_fields=['city'], zoom=7, default=Point(1.0, 1.0)) ```