Browse Source

Reecriture des migrations

test_david
root 9 years ago
parent
commit
ebda378edf
  1. BIN
      cotisations/migrations/__pycache__/0001_initial.cpython-34.pyc
  2. BIN
      cotisations/migrations/__pycache__/0002_remove_facture_article.cpython-34.pyc
  3. BIN
      cotisations/migrations/__pycache__/0003_auto_20160702_1448.cpython-34.pyc
  4. BIN
      cotisations/migrations/__pycache__/0004_auto_20160702_1528.cpython-34.pyc
  5. BIN
      cotisations/migrations/__pycache__/0005_auto_20160702_1532.cpython-34.pyc
  6. BIN
      cotisations/migrations/__pycache__/0006_auto_20160702_1534.cpython-34.pyc
  7. BIN
      cotisations/migrations/__pycache__/0007_auto_20160702_1543.cpython-34.pyc
  8. BIN
      cotisations/migrations/__pycache__/0008_auto_20160702_1614.cpython-34.pyc
  9. BIN
      cotisations/migrations/__pycache__/0009_remove_cotisation_user.cpython-34.pyc
  10. BIN
      cotisations/migrations/__pycache__/0010_auto_20160702_1840.cpython-34.pyc
  11. BIN
      cotisations/migrations/__pycache__/0011_auto_20160702_1911.cpython-34.pyc
  12. BIN
      cotisations/migrations/__pycache__/__init__.cpython-34.pyc
  13. 0
      logs/migrations/__init__.py
  14. BIN
      logs/migrations/__pycache__/__init__.cpython-34.pyc
  15. 19
      machines/migrations/0021_auto_20161006_1943.py
  16. BIN
      machines/migrations/__pycache__/0001_initial.cpython-34.pyc
  17. BIN
      machines/migrations/__pycache__/0002_auto_20160703_1444.cpython-34.pyc
  18. BIN
      machines/migrations/__pycache__/__init__.cpython-34.pyc
  19. 0
      search/migrations/__init__.py
  20. BIN
      search/migrations/__pycache__/__init__.cpython-34.pyc
  21. BIN
      topologie/migrations/__pycache__/0001_initial.cpython-34.pyc
  22. BIN
      topologie/migrations/__pycache__/0002_auto_20160703_1118.cpython-34.pyc
  23. BIN
      topologie/migrations/__pycache__/0003_room.cpython-34.pyc
  24. BIN
      topologie/migrations/__pycache__/0004_auto_20160703_1122.cpython-34.pyc
  25. BIN
      topologie/migrations/__pycache__/0005_auto_20160703_1123.cpython-34.pyc
  26. BIN
      topologie/migrations/__pycache__/0006_auto_20160703_1129.cpython-34.pyc
  27. BIN
      topologie/migrations/__pycache__/0007_auto_20160703_1148.cpython-34.pyc
  28. BIN
      topologie/migrations/__pycache__/0008_port_room.cpython-34.pyc
  29. BIN
      topologie/migrations/__pycache__/0009_auto_20160703_1200.cpython-34.pyc
  30. BIN
      topologie/migrations/__pycache__/__init__.cpython-34.pyc
  31. 20
      users/migrations/0038_auto_20161006_1952.py
  32. BIN
      users/migrations/__pycache__/0001_initial.cpython-34.pyc
  33. BIN
      users/migrations/__pycache__/0002_auto_20160630_2301.cpython-34.pyc
  34. BIN
      users/migrations/__pycache__/0003_listrights_rights.cpython-34.pyc
  35. BIN
      users/migrations/__pycache__/0004_auto_20160701_2312.cpython-34.pyc
  36. BIN
      users/migrations/__pycache__/0005_auto_20160702_0006.cpython-34.pyc
  37. BIN
      users/migrations/__pycache__/0006_ban.cpython-34.pyc
  38. BIN
      users/migrations/__pycache__/0007_auto_20160702_2322.cpython-34.pyc
  39. BIN
      users/migrations/__pycache__/0008_user_registered.cpython-34.pyc
  40. BIN
      users/migrations/__pycache__/0009_user_room.cpython-34.pyc
  41. BIN
      users/migrations/__pycache__/0010_auto_20160703_1226.cpython-34.pyc
  42. BIN
      users/migrations/__pycache__/0011_auto_20160703_1227.cpython-34.pyc
  43. BIN
      users/migrations/__pycache__/0012_auto_20160703_1230.cpython-34.pyc
  44. BIN
      users/migrations/__pycache__/__init__.cpython-34.pyc

BIN
cotisations/migrations/__pycache__/0001_initial.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0002_remove_facture_article.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0003_auto_20160702_1448.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0004_auto_20160702_1528.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0005_auto_20160702_1532.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0006_auto_20160702_1534.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0007_auto_20160702_1543.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0008_auto_20160702_1614.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0009_remove_cotisation_user.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0010_auto_20160702_1840.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/0011_auto_20160702_1911.cpython-34.pyc

Binary file not shown.

BIN
cotisations/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.

0
logs/migrations/__init__.py

BIN
logs/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.

19
machines/migrations/0021_auto_20161006_1943.py

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('machines', '0020_auto_20160718_1849'),
]
operations = [
migrations.AlterField(
model_name='interface',
name='dns',
field=models.CharField(unique=True, max_length=255),
),
]

BIN
machines/migrations/__pycache__/0001_initial.cpython-34.pyc

Binary file not shown.

BIN
machines/migrations/__pycache__/0002_auto_20160703_1444.cpython-34.pyc

Binary file not shown.

BIN
machines/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.

0
search/migrations/__init__.py

BIN
search/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0001_initial.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0002_auto_20160703_1118.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0003_room.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0004_auto_20160703_1122.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0005_auto_20160703_1123.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0006_auto_20160703_1129.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0007_auto_20160703_1148.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0008_port_room.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/0009_auto_20160703_1200.cpython-34.pyc

Binary file not shown.

BIN
topologie/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.

20
users/migrations/0038_auto_20161006_1952.py

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('users', '0037_ldapuser_login_shell'),
]
operations = [
migrations.AlterField(
model_name='user',
name='school',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, to='users.School'),
),
]

BIN
users/migrations/__pycache__/0001_initial.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0002_auto_20160630_2301.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0003_listrights_rights.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0004_auto_20160701_2312.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0005_auto_20160702_0006.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0006_ban.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0007_auto_20160702_2322.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0008_user_registered.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0009_user_room.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0010_auto_20160703_1226.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0011_auto_20160703_1227.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/0012_auto_20160703_1230.cpython-34.pyc

Binary file not shown.

BIN
users/migrations/__pycache__/__init__.cpython-34.pyc

Binary file not shown.
Loading…
Cancel
Save