Opened 13 years ago
Closed 13 years ago
#17525 closed Bug (invalid)
Fixes for django.contrib.auth tests
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | 1.4-alpha-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Found two bugs in my application:
- If any of my middleware works with session, test_session_not_accessed fails.
- (not a bug really) I use jinja in my project and form.as_ul returns method object. If you can change {{form.as_ul}} to {{form}} tests will also work with jinja2.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | django.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
it was better to fix coffin