Changes between Initial Version and Version 1 of Ticket #29458


Ignore:
Timestamp:
May 30, 2018, 12:05:18 PM (6 years ago)
Author:
Tomasz Knapik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29458 – Description

    initial v1  
    1515class ModelB(models.Model):
    1616    some_field = models.CharField(max_length=255)
    17     pass
    1817}}}
     18
    1919Using `get_field` with value from `related_name`.
    2020{{{#!python
Back to Top