Download django-observer 0.3 RC4 1.5.4


Watch modification of any type of field in Django\'s model and call registered callback function
django-observer 0.3 RC4
Developer : Alisue
Size : 0.02Mb
OS : Linux
Requirements : · Python· Django
License : Freeware
Click here to download




Watch modification of any type of field in Django's model and call registered callback functionThis observer can watch Any value type of field (CharField, IntegerField ...) Any Model type of field (ForeignKey, OneToOneField, GenericForeignKey) Any RelatedManager type of field (field automatically created via related_name of ForeignKey) Any ManyRelatedManager type of field (ManyToManyField) Any GenericRelatedObjectManager type of field (GenericRelation) Any Model instance