Opened 12 years ago
Closed 11 years ago
#20080 closed Bug (fixed)
Recommend use of PYTHONHASHSEED
Reported by: | Jacob | Owned by: | Ryan Kaskel |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Our documentation - probably the deployment checklist? - should strongly recommend the use of -R
/PYTHONHASHSEED
.
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Looks good. I tried a bit and couldn't get the -R
link to work either so I've just added a normal link, will commit shortly.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I've created a first draft here: https://github.com/ryankask/django/commit/add86762abf3d8c5adf85e427df1dde46c8716b3
A few notes:
Any other feedback is much appreciated. I didn't know about this option and I was glad I read about it.