Changes between Initial Version and Version 1 of Ticket #16508, comment 7


Ignore:
Timestamp:
Feb 13, 2015, 9:57:34 PM (10 years ago)
Author:
Thomas Stephenson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16508, comment 7

    initial v1  
    44Field
    55    VirtualField
    6         RelatedField
     6        RelationField
    77    ConcreteField
    88}}}
    99
    10 The addition of an intermediary `VirtualField` class would be for future support of a `CompositeField` class, which isn't logically a `RelatedField`, but is logically virtual (and subfields of the `CompositeField` would be limited to concrete fields for simplicity of implementation).
     10The addition of an intermediary `VirtualField` class would be for future support of a `CompositeField` class, which isn't logically a `RelationField`, but is logically virtual (and subfields of the `CompositeField` would be limited to concrete fields for simplicity of implementation).
Back to Top