#23132 closed Bug (fixed)
auth/default typo
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.6 | 
| Severity: | Normal | Keywords: | typo | 
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | yes | UI/UX: | no | 
Description
The opening paragraph of Using the Django authentication system states that the default config "can handle many projects as is.". I assume this should be "can handle as many projects as is necessary."
The typo seems to be present across all documentation versions.
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
"As is" should really be rendered "as-is", but if it's a confusing construction it's worth changing. 
Also "many projects" presumably doesn't mean "can handle many projects" but "can meet many different projects' needs" so I'd change that too.
comment:3 by , 11 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
I don't think it's a typo, but rather it's referring back to the "default configuration" discussed earlier; i.e. "the default configuration can handle many projects without customization." If it's confusing we could probably just delete that clause though.