Changes between Initial Version and Version 1 of Ticket #24096, comment 8


Ignore:
Timestamp:
Jan 11, 2015, 9:58:52 AM (9 years ago)
Author:
Shai Berger

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24096, comment 8

    initial v1  
    1 The meta option is indeed attractive. I would add a twist: Allow a field to declare itself deferred (this would somewhat parallel), that is, a new field option `deferred=False`.
     1The meta option is indeed attractive. I would add a twist: Allow a field to declare itself deferred (this would somewhat parallel `unique`/`Meta.unique_together`), that is, a new field option `deferred=False`.
    22
    33Build into that some API which will let the LOB field find out that they're on Oracle (or, more generally, a backend with `can_compare_lobs=False`), and you also get the automatic-compatibility.
Back to Top