Hi Dirk, > The keyword 'blank' concerns only validation and does not change what > will be stored in the database.
mostly applied: > - hash = HashField(null = True, db_index = True) > + hash = HashField(db_index=True ,null=True, blank=True) Trying to sneak an index in, eh? :) Although this is probably a good idea, do you have a particular requirement (or data) for this change? Cheers, Jeremy _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
