#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.
Note:
See TracTickets
for help on using tickets.
Fixed in [2092]. Thanks adrian_h :-)