Changes between Version 23 and Version 24 of AuditTrail


Ignore:
Timestamp:
Jun 3, 2011, 10:33:49 AM (13 years ago)
Author:
rstewart@…
Comment:

Updating the license info for Basie. (Went and checked it out, thought might save others the same effort.)

Legend:

Unmodified
Added
Removed
Modified
  • AuditTrail

    v23 v24  
    306306
    307307            # 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.
    309310            if isinstance(field, models.ForeignKey):
    310311                rel = copy.copy(field.rel)
Back to Top