Yann
aa6e01bff0
Dirty comit of a djago MH that "works"
...
Code cleaning, commenting etc needed...
2015-09-16 09:53:03 +02:00
Yann
74f1de0f4b
First version of the DjangoMigrationHandler. Created a LodelTestInstance for tests purpose
...
Some problems are still to solve (see the todo comments in EditorialModel/migrationhandler/django.py )
2015-09-11 14:52:56 +02:00
Yann
e530211a1e
Comments update
2015-09-10 11:46:51 +02:00
Roland Haroutiounian
ab51b27b78
[migration handler] pylint+pep8 on migrationhandler/dummy.py
2015-07-29 09:55:42 +02:00
Yann
6aa32322a0
SHA512 hash for Model
2015-07-24 17:41:08 +02:00
Yann
084b8af6c1
MigrationHandler enhancement (now records Model's hash for each changes). Better beaviour of Model.create_component if MigrationHandler raises
2015-07-24 17:23:12 +02:00
Yann
fe9184f608
Reimplementig EmComponent::__setattr__ to call migration handler
...
Addding a method to indicate the end of a component initialisation phase (used in Model.load and Model.create_component)
Adding a method that dump component attributes (used in Model.create_component and Model.delete_component to call the migration_handler)
2015-07-24 16:36:21 +02:00
Yann
d5fde8287b
Written a first DummyMigrationHandler and modified Model __init__ method to have a migration_handler arguments
...
Now Model as an attribute named migration_handler
DummyMigrationHandler has only one method : register_change
2015-07-23 16:50:06 +02:00