Changes between Initial Version and Version 1 of Ticket #17122, comment 3


Ignore:
Timestamp:
Oct 27, 2011, 9:56:24 PM (12 years ago)
Author:
nickname123

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17122, comment 3

    initial v1  
    1 I was mistaken about the OneToOne relation.  I overlooked the RelatedFieldWidgetWrapper in django.contrib.admin.widgets.  I now have this working for all relation fields.  Inlines are also fixed.  I will submit a new patch soon.  I am working on tests.
     1I was mistaken about the OneToOne relation.  I overlooked the RelatedFieldWidgetWrapper in django.contrib.admin.widgets.  I now have this working for all relation fields.  Inlines are also supported.  I will submit a new patch soon.  I am working on tests.
Back to Top