Changes between Initial Version and Version 1 of Ticket #24096, comment 8
- Timestamp:
- Jan 11, 2015, 9:58:52 AM (10 years ago)
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`.1 The 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`. 2 2 3 3 Build 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.