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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22352, comment 13

    v1 v2  
    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 (which does not install anymore via pip, unicodeencoderror :( ).
     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.
Back to Top