mirror of https://github.com/pallets/flask.git
Merge pull request #1624 from lord63-forks/fix-code-format
Render the code block in mongokit.rst
This commit is contained in:
commit
bd4020d9de
|
|
@ -48,6 +48,7 @@ insert query to the next without any problem. MongoKit is just schemaless
|
|||
too, but implements some validation to ensure data integrity.
|
||||
|
||||
Here is an example document (put this also into :file:`app.py`, e.g.)::
|
||||
|
||||
from mongokit import ValidationError
|
||||
|
||||
def max_length(length):
|
||||
|
|
|
|||
Loading…
Reference in New Issue