Changes between Version 23 and Version 24 of AuditTrail
- Timestamp:
- Jun 3, 2011, 10:33:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AuditTrail
v23 v24 306 306 307 307 # Rebuild and replace the 'rel' object to avoid foreign key clashes. 308 # Borrowed from the Basie project - please check if adding this is allowed by the license. 308 # Borrowed from the Basie project 309 # Basie is MIT and GPL dual licensed. 309 310 if isinstance(field, models.ForeignKey): 310 311 rel = copy.copy(field.rel)