Code Monkey home page Code Monkey logo

Comments (9)

shaleh avatar shaleh commented on June 4, 2024 1

Perhaps initial_migration and tested_migration? The goal here is to set a state, do some prep work, and then test a migration.

from django-test-migrations.

skarzi avatar skarzi commented on June 4, 2024 1

what do you think about: apply_initial_migrations(targets) and apply_tested_migrations(targets)?

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Hm 🤔

from django-test-migrations.

wwarne avatar wwarne commented on June 4, 2024

I was confused too.
I thought that before are applying all migrations but the specified one. Because it says generate a state before the actual migration happens.
So if we have migrations 0001, 0002, 0003 then I thought before(('app', '003')) would apply only 0001 and 0002 but actually it includes 0003.
Maybe we need the better clarification about it in documentation?

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Yes, we must update confusing parts!

@wwarne do you want to help with a PR? What parts were the most confusing?

from django-test-migrations.

wwarne avatar wwarne commented on June 4, 2024

@sobolevn Yes, I would love to.

The most confusing was that in my mind migrator.before(('main_app', '0004')) had to create the state before the migration named 0004. I was expecting the .before method to behave like a range function. And in reality migration 0004 is included and applied too.

After failing my tests I read examples again and understood that I should use
migrator.before(('main_app', '0003')) (
some preparations
migrator.after(('main_app', '0004'))
some checks

I will try to come up with the suggestion about changing the documentation. Right now I'm not sure how to describe before and action methods short and clearly.

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Ok, today I got confused myself. Spent 20 minutes debugging ArrayField from django. But I have after / before misuse.

I need to refactor it in the future versions.

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

I like this naming, @shaleh! 👍

PRs are welcome!

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Yes, I like this one more. Because it has a verb in it.

from django-test-migrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.