Changes between Initial Version and Version 1 of Ticket #22341, comment 6


Ignore:
Timestamp:
Dec 21, 2014, 6:22:24 PM (9 years ago)
Author:
Loic Bistuer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22341, comment 6

    initial v1  
    11Hi @e0ne, I'm still planning to tackle this once I return from holiday. I discussed this recently on IRC and it'll go further than just splitting the files:
    2 - Refactor ``ForeignObject`` to not depend on ``ReverseSingleRelatedObjectDescriptor``, which includes factoring out the relevant bits of ``ReverseSingleRelatedObjectDescriptor`` into a new descriptor.
    3 - Move the existing ``ReverseSingleRelatedObjectDescriptor`` to ``many_to_one.py`` but deprecate it and introduce a new better named descriptor, since this is actually the forward side of a FK.
     2- Refactor `ForeignObject` to not depend on `ReverseSingleRelatedObjectDescriptor`, which includes factoring out the relevant bits of `ReverseSingleRelatedObjectDescriptor` into a new descriptor.
     3- Move the existing `ReverseSingleRelatedObjectDescriptor` to `many_to_one.py` but deprecate it and introduce a new better named descriptor, since this is actually the forward side of a FK.
Back to Top