mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.
Backport of 6619baab9b from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
05ace24d82
commit
5c4269197c
@@ -9,7 +9,7 @@ Django comes with an optional "flatpages" application. It lets you store "flat"
|
|||||||
HTML content in a database and handles the management for you via Django's
|
HTML content in a database and handles the management for you via Django's
|
||||||
admin interface and a Python API.
|
admin interface and a Python API.
|
||||||
|
|
||||||
A flatpage is a object with a URL, title and content. Use it for one-off,
|
A flatpage is an object with a URL, title and content. Use it for one-off,
|
||||||
special-case pages, such as "About" or "Privacy Policy" pages, that you want to
|
special-case pages, such as "About" or "Privacy Policy" pages, that you want to
|
||||||
store in a database but for which you don't want to develop a custom Django
|
store in a database but for which you don't want to develop a custom Django
|
||||||
application.
|
application.
|
||||||
|
|||||||
Reference in New Issue
Block a user