]> git.parisson.com Git - telemeta.git/commit
Decorate Django fields so that they are not required (blank=True), and also have...
authorolivier <>
Tue, 26 Jan 2010 13:18:05 +0000 (13:18 +0000)
committerolivier <>
Tue, 26 Jan 2010 13:18:05 +0000 (13:18 +0000)
commitaa5695a42c9ff64d2fba270acd896506b26a4625
tree3d00577fb2c466236bbb8568d8c6516cc8833d95
parenta2e58a936c5822ce16cf1752d47cab84a577e351
Decorate Django fields so that they are not required (blank=True), and also have a default=value by default. The goal is DRY in the CREM models, and especially to prepare adding verbose names without cluttering the model classes.
telemeta/models/core.py
telemeta/models/crem.py