bump ver, some cleanup

This commit is contained in:
collerek
2020-11-16 13:10:03 +01:00
parent d478ea6e15
commit 1168159a70
4 changed files with 20 additions and 8 deletions

View File

@ -359,8 +359,8 @@ But you can specify the `follow=True` parameter to traverse through nested model
So if you have a diamond or circular relations types you need to perform the updates in a manual way.
```python
# in example like this the second Street (coming from Company) won't be save_related, so Whatever won't be updated
Street -> District -> City -> Companies -> Street -> Whatever
# in example like this the second Street (coming from City) won't be save_related, so ZipCode won't be updated
Street -> District -> City -> Street -> ZipCode
```
## Internals