Re: DEP 12 (Steering Council) Fully Adopted

2022-12-22 Thread mridul pandey
Awesome On Mon, 19 Dec 2022 at 8:55 PM, Andrew Godwin wrote: > Hi everyone, > > I am pleased to report that we've completed the extended approval process > for DEP 12, which was needed since it was a governance change. Both the > Technical Board and the DSF Board voted to not require a vote from

django squashmigrations creating incorrect code?

2022-12-22 Thread Christian González
Hi devs, before I file a bug, small check here: I squashed my migrations using "./manage.py squashmigrations core 0003" It squashed all existing 3 migrations, including a runPython migration in 0001. The resulting migration contains this code: migrations.RunPython( code=medux.core.mig

Re: django squashmigrations creating incorrect code?

2022-12-22 Thread Christian González
AH, sorry. Just saw it: # Functions from the following migrations need manual copying. # Move them and any dependencies into this file, then update the # RunPython operations to refer to the local versions: # medux.core.migrations.0001_initial Am 22.12.22 um 22:12 schrieb Christian González:

Re: django squashmigrations creating incorrect code?

2022-12-22 Thread Naresh Pahariya
Good to know. On Fri, Dec 23, 2022, 02:43 Christian González < christian.gonza...@nerdocs.at> wrote: > AH, sorry. Just saw it: > > # Functions from the following migrations need manual copying.# Move them and > any dependencies into this file, then update the# RunPython operations to > refer to