Opened 17 years ago
Closed 17 years ago
#4357 closed (fixed)
AttributeError at /admin/
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | 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
I updated my Django install to the latest svn, and I'm getting this error now.
AttributeError at /admin/
'module' object has no attribute 'NEWDECIMAL'
Something is screwy with my admin
Note:
See TracTickets
for help on using tickets.
(In [5313]) Fixed #4357 -- Removed a type conversion that was only introduced in
MySQLdb-1.2.1 (and was introduced to Django in [5302]).