Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1243 closed defect (fixed)

Bug in manipulator_validator_unique_for_date

Reported by: Esaj Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
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

Exception Type: 	AttributeError
Exception Value: 	Options instance has no attribute 'model'
Exception Location: 	/usr/lib/python2.3/site-packages/django/db/models/manipulators.py in manipulator_validator_unique_for_date, line 512

I get this error when trying to save a model with slug = models.SlugField(unique_for_date='pub_date') in it.

Change History (1)

comment:1 by Esaj, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [2092]. Thanks adrian_h :-)

Note: See TracTickets for help on using tickets.
Back to Top