Skip to content

Commit f35954a

Browse files
committed
merge PR mattmakai#222 and add new CharField forms example code page
1 parent d5365d2 commit f35954a

File tree

5 files changed

+951
-16
lines changed

5 files changed

+951
-16
lines changed

content/pages/03-data/12-mongodb.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ command line and query language.
3131
* [An Introduction to MongoDB](https://scotch.io/tutorials/an-introduction-to-mongodb)
3232
examines common commands frequently used to perform data operations.
3333

34-
* [MongoDB In 30 Minutes](https://www.youtube.com/watch?list=PL1Z_7yg6Pa3AhqCOTQKm9X_Sl9xLdMKYo&v=pWbMrx5rVBE)
34+
* [MongoDB In 30 Minutes](https://www.youtube.com/watch?v=-56x56UppqQ)
3535
goes over the basics for creating, querying, updating and deleting data
3636
in MongoDB.
3737

content/pages/examples/django/django-code-examples.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,9 @@ provides an introspective interface for working with
337337
[MongoDB](/mongodb.html) via mongoengine. The project has its own new code
338338
to map MongoDB to the [Django](/django.html) Admin interface.
339339

340-
django-mongonaut's highlighted features include:
341-
342-
* Automatic introspection of mongoengine documents
343-
* The ability to constrain who sees what and what they can do
344-
* Full control for adding, editing and deleting documents
340+
django-mongonaut's highlighted features include automatic introspection
341+
of mongoengine documents, the ability to constrain who sees what and what
342+
they can do, and full control for adding, editing and deleting documents.
345343

346344
The django-mongonaut project is open sourced under the
347345
[MIT License](https://github.com/jazzband/django-mongonaut/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)