Added upsert_one method on BaseQuerySet and modified test_upsert_one

This commit is contained in:
srossiter
2015-11-24 12:46:38 +00:00
parent a6e996d921
commit b7b28390df
4 changed files with 40 additions and 3 deletions

View File

@@ -231,3 +231,4 @@ that much better:
* Lars Butler (https://github.com/larsbutler)
* George Macon (https://github.com/gmacon)
* Ashley Whetter (https://github.com/AWhetter)
* Steven Rossiter (https://github.com/BeardedSteve)