Revision ef0fa70b snf-quotaholder-app/quotaholder_django/quotaholder_app/models.py

b/snf-quotaholder-app/quotaholder_django/quotaholder_app/models.py
191 191

  
192 192
    serial      =   BigIntegerField(null=False)
193 193
    clientkey   =   CharField(max_length=4096, null=False)
194

  
194
    data        =   CharField(max_length=256*1024)
195 195
    objects     =   ForUpdateManager()
196 196

  
197 197
    class Meta:

Also available in: Unified diff