Opened 15 years ago

Last modified 15 years ago

#9613 closed

Missing authtestdata.json in Django-1.0.1-final.tar.gz — at Version 5

Reported by: aubonbeurre Owned by: jbronn
Component: Uncategorized Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by jbronn)

Sorry if it is a dup, but contrib/auth/fixtures/authtestdata.json and contrib/auth/tests/templates/registration/login.html seem to be missing in Django-1.0.1-final.tar.gz, compared to svn.

This shows-up when doing regression testing of the auth module:

FAIL: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest)

File "j:\sources\facedetector\djangoserver\pythonlib\django\contrib\auth\tests\views.py", line 115, in login
    self.assertEquals(response.status_code, 302)
AssertionError: 200 != 302

I'm on Windows.

Change History (6)

comment:1 by Karen Tracey, 15 years ago

Yes, the problem is known. The changes needed to include these files in the distribution tarball were made in r9437/r9474. I don't know what the plans are for rolling a new release, though.

comment:2 by Karen Tracey, 15 years ago

I meant r9473, of course.

comment:3 by Karen Tracey, 15 years ago

Sorry, these have not been fixed in the code yet -- I was clearly distracted when I read this originally since I thought it mentioned gis, not auth. We need to fix these as well.

by jbronn, 15 years ago

Adds missing contrib directories without code in auth and formtools to the MANIFEST.in

comment:4 by jbronn, 15 years ago

Has patch: set
Owner: changed from nobody to jbronn
Status: newassigned

Confirmed. Also, the templates for django.contrib.formtools were not included in MANIFEST.in.

comment:5 by jbronn, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top