#22317 closed Uncategorized (fixed)
Wrong default value for handler400 in django.conf.urls utility functions
Reported by: | Pascal Polleunus | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
On https://docs.djangoproject.com/en/1.6/ref/urls/#django.conf.urls.handler400
Wrong: By default, this is 'django.views.defaults.permission_denied'.
Correct: By default, this is 'django.views.defaults.bad_request'.
This error is there for versions 1.6, 1.7 and dev.
Change History (4)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 3f7615cddc69235d466fb680fb05869f2a80d1e4: