File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ sidebartitle: Django ORM
77meta: Django comes with a default object-relational mapping layer for multiple backends in Python web apps.
88
99
10- # Django Object-Relational Mapper (ORM)
10+ # Django Object-Relational Mapper
1111The [ Django] ( /django.html ) [ web framework] ( /web-frameworks.html ) includes
1212a default
13- [ object-relational mapping layer] ( /object-relational-mappers-orms.html )
14- that can be used to interact with data from various
13+ [ object-relational mapping layer (ORM) ] ( /object-relational-mappers-orms.html )
14+ that can be used to interact with application [ data] ( /data.html ) from various
1515[ relational databases] ( /databases.html ) such as [ SQLite] ( /sqlite.html ) ,
1616[ PostgreSQL] ( /postgresql.html ) and [ MySQL] ( /mysql.html ) .
1717
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ inception in December 2012. You can view detailed changes via the
1515
1616## 2017
1717### August
18+ * Added a new [ Django ORM] ( /django-orm.html ) page with updated resources.
19+ * Add new [ page statuses] ( /page-statuses.html ) by chapter to make it easier
20+ to track what's being worked on.
1821* Updated [ future directions] ( /future-directions.html ) with more context on
1922 page maturity.
2023* New starter pages for [ Companies Using Python] ( /companies-using-python.html ) ,
You can’t perform that action at this time.
0 commit comments