Fix KeyError on reload() from a DynamicDocument

If the document is in memory and a field is deleted from the db,
calling reload() would raise a KeyError.
This commit is contained in:
André Ericson
2014-11-08 19:11:51 -03:00
parent 70942ac0f6
commit 3569529a84
3 changed files with 15 additions and 1 deletions

View File

@@ -212,3 +212,4 @@ that much better:
* Axel Haustant (https://github.com/noirbizarre)
* David Czarnecki (https://github.com/czarneckid)
* Vyacheslav Murashkin (https://github.com/a4tunado)
* André Ericson (https://github.com/aericson)