Skip to content

Commit d56fc17

Browse files
committed
Updating docs.
1 parent 9a850e2 commit d56fc17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ additional content of one field dynamically updates when another is changed.
77
## Usage example ##
88

99
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.
1314

1415
In "models.py":
1516

0 commit comments

Comments
 (0)