Changes between Initial Version and Version 1 of Ticket #22352, comment 13


Ignore:
Timestamp:
May 2, 2015, 7:11:40 AM (9 years ago)
Author:
artscoop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22352, comment 13

    initial v1  
    11This may not be a regression, but I'm sure it's a bug. The `field_name` exposes the possibility to span across relationships. It works with `ForeignKey`s, but not with `OneToOneField`s, which does not make much sense. (The bug occurs because of the way the {{{"field__field__etc"}}} relationship span is processed).
    2 If a fix won't make it to Django 1.8 (there is a fix here: [https://github.com/django/django/compare/master...pchiquet:ticket_22352]) I can still have a look at the dev version of Django.
     2If a fix won't make it to Django 1.8 (there is a fix here: [https://github.com/django/django/compare/master...pchiquet:ticket_22352]) I can still have a look at the dev version of Django (which does not install anymore via pip, unicodeencoderror :( ).
Back to Top