Created
September 28, 2016 21:09
-
-
Save mirskiy/32bf03746d8706776a3145a94fe8dacd to your computer and use it in GitHub Desktop.
django tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# model new insance or update | |
# http://stackoverflow.com/a/35647389 | |
self._state.adding == True creating | |
self._state.adding == False updating |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment