Opened 15 years ago

Closed 15 years ago

#12216 closed (fixed)

typo in flatpages docs

Reported by: Carl Meyer Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

There's a "not" in the flatpages docs where it doesn't belong:

Also make sure you’ve correctly set SITE_ID to the ID of the site the settings file represents. 
This will usually be 1 (i.e. SITE_ID = 1, but if you’re not using the sites framework to manage multiple sites, it could be the ID of a different site.

It's if you _are_ using the sites framework to manage multiple sites that it could be the ID of a different site.

Change History (5)

by Carl Meyer, 15 years ago

Attachment: 12216_r11739.diff added

comment:1 by Tim Graham, 15 years ago

thanks for the report and patch. in the future if you could generate the diff from the svn root that makes the patch easier for the core developers to apply.

by Tim Graham, 15 years ago

Attachment: 12216_r11739.2.diff added

patch against svn root

comment:2 by Tim Graham, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Adrian Holovaty, 15 years ago

Resolution: fixed
Status: newclosed

(In [12158]) Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timo

Note: See TracTickets for help on using tickets.
Back to Top