We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c143437 commit 24aa6f5Copy full SHA for 24aa6f5
en/django_orm/README.md
@@ -7,7 +7,7 @@ In this chapter you'll learn how Django connects to the database and stores data
7
8
A QuerySet is, in essence, a list of objects of a given Model. QuerySets allow you to read the data from the database, filter it and order it.
9
10
-It's easiest to learn by example. Let's try this, shall we?
+It's easier to learn by example. Let's try this, shall we?
11
12
13
## Django shell
0 commit comments