alexf-bond

Results 10 comments of alexf-bond

Did you run aerich upgrade prior to making the `on_delete` code change and then run aerich migrate?

Fairly certain the `fields.RESTRICT` is a code level concept (similar to `default=` field arg in sqlalchemy) and at the database level it's just a non-nullable column that has a foreign...

Hybrid properties allow you to use them in queries, you've just created helper methods inside your model. I think @guiscaranse as well as I want to be able to do...

Any updates on this? Currently having to apply our database level functions manually out of band from aerich upgrade..

What about creating the aerich table manually via sql ddl and then runnning `aerich upgrade`?

Kinda wanna bump this too, I got all my indexes commented out after the initial migration as a work around. It'd be nice to atleast understand if it's a known...

@fullonic pulled down the branch and added back in my indexes and successfully migrated and upgraded. Upon running migrate again a new file was still generated with a subset of...

Thanks for bumping this @FelipeBarrosCruz. I ended up just running migrate with the indexes defined and then just commenting them out with a link to the issue. I tried digging...

@shehab-plutoflume is there intention to merge this? I'm seeing errors using existing package: ``` Task was destroyed but it is pending! task: ``` and would like to try 8.0.0 as...

Also facing this issue ```tests/unit/api/ledger/test_get_financial_transactions.py:571: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...