Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2152)

Ticket Resolution Summary Owner Reporter
#82 fixed Support diffing of versioned objects rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Should have function/facility to get a diff of a version object between 2 revisions. Function should return a dictionary of fields with diffs.

Details:

  • Do we deal with m2m relationships (and m2one on the many side)?
  • What is diff?
    • For text fields output of python diff command
    • For non-text field guess just simple +/- for what was there before and now

Cost: 4h (don't think this is a huge request)

#83 fixed Allow "ignored" fields on versioned objects rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Allow 'ignored' fields on versioned objects (i.e. attributes which are not 'versioned'). This is not hard to do as we already have most of the necessary mechanisms set up in the Revisioner object.

Cost: 2h

#85 fixed Convert state from an object to an enumeration rgrp rgrp

Reported by rgrp, 5 years ago.

Description

No real benefit of having State object as opposed to a simple text field with enumerated values and this second option is both simpler and more flexible.

Main hassle here is that it requires migration in all projects that use vdm.

If we're going to do this we should do it sooner rather than later.

Cost: 2h (+ 1h for a conversion method)

Note: See TracQuery for help on using queries.