File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ additional content of one field dynamically updates when another is changed.
7
7
## Usage example ##
8
8
9
9
In the following we will define a Case model with two foreign key fields, the
10
- so called "base field" `client and the so called "trigger field"
11
- ` company_contact_person ` . When we update the client on the Case change view we
12
- want to update the company_contact_person accordingly.
10
+ so called "base field" ` client ` and the so called "trigger field"
11
+ ` company_contact_person ` . When we change the client on the Case change view the
12
+ company_contact_person should update accordingly. Further more we will display
13
+ the customer_contact_persons company and email as additional details.
13
14
14
15
In "models.py":
15
16
You can’t perform that action at this time.
0 commit comments