Browse Source

[TODO] Suppression d'un TODO dans fieldtypes

Roland Haroutiounian 9 years ago
parent
commit
1cfac44b9f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      EditorialModel/fieldtypes.py

+ 0
- 1
EditorialModel/fieldtypes.py View File

@@ -87,7 +87,6 @@ class EmField_integer(EmFieldType):
87 87
         return "int(11) NOT NULL"
88 88
 
89 89
     def sqlalchemy_args(self):
90
-        # TODO Ajouter la prise en charge de la taille max
91 90
         return {'type_': INTEGER, 'nullable': False, 'default': 0}
92 91
 
93 92
 

Loading…
Cancel
Save