Changes between Version 39 and Version 40 of ModelInheritance
- Timestamp:
- Jul 15, 2006, 2:18:47 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelInheritance
v39 v40 318 318 This feature will appeal to many. "Django - The framework with Inbuilt data auditing" - The IT Departments will love this. 319 319 320 Discussion regarding this and different sample implementations can be found at http://www.tonymarston.net/php-mysql/auditlog.html 321 320 322 2. tagging. I would like to 'mark' a model as being taggable, and let the mixin worry about the rest. This I could do now by overriding the many2many field type, but I think a mixing would be nicer 321 323