diff options
| author | Zainab Amir <zainab.amir@arbisoft.com> | 2021-08-24 10:41:24 +0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-26 09:05:43 +0200 |
| commit | 11b2cbb65f2996e6d8974d426392e69ca46d30b7 (patch) | |
| tree | 3cf6b2a4f0286d504f56498e50813fb9b9912b81 /docs/intro/tutorial02.txt | |
| parent | 69009f495232dbab7ec02b908fefa67147c76d64 (diff) | |
[3.2.x] Made sentence about Model consistent in docs.
Backport of 3445c50a3affc5ae7b1c2712a139d4a5105aeaf5 from main
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 8ee3ec8159..b315027c5d 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -122,10 +122,10 @@ additional metadata. .. admonition:: Philosophy - A model is the single, definitive source of truth about your data. It contains - the essential fields and behaviors of the data you're storing. Django follows - the :ref:`DRY Principle <dry>`. The goal is to define your data model in one - place and automatically derive things from it. + A model is the single, definitive source of information about your data. It + contains the essential fields and behaviors of the data you're storing. + Django follows the :ref:`DRY Principle <dry>`. The goal is to define your + data model in one place and automatically derive things from it. This includes the migrations - unlike in Ruby On Rails, for example, migrations are entirely derived from your models file, and are essentially a |
