On 4/22/07, John Calixto <[EMAIL PROTECTED]> wrote:
...>
> I presume, if developer A had already applied the first couple
> migrations to their testdb, they'd do something like:
>
> migration_list = [
>          # 'migration1',
>          # 'migration2',
>          'migration3',
>          'migration4',
>          ]
>

No, the migration contrib app has a model whose records consist of all
the migrations already run.   Have a look at
contrib.dbmigration.migration.migration_has_run()

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to