Skip to content

Commit f96ac0e

Browse files
committed
update django orm page with better title
1 parent 7ebe463 commit f96ac0e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

content/pages/09-data/09-django-orm.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ sidebartitle: Django ORM
77
meta: 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
1111
The [Django](/django.html) [web framework](/web-frameworks.html) includes
1212
a 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

content/pages/12-meta/01-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)