#18548: View changes field when 'unique_together' is not satisfied in a Form
---------------------------+--------------------------------------
Reporter: anonymous | Owner: nobody
Type: Bug | Status: closed
Component: Forms | Version: 1.3
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------+--------------------------------------
Changes (by aaugustin):
* status: new => closed
* resolution: => invalid
Comment:
You must have edited the code before posting it. As is it will crash for
at least two reasons:
- the `Person` class is used both as a model and as a form,
- the `place` variable is used but is never defined.
The code you've posted can't work and the result you're describing sounds
reasonable. I can't guess what your actual code looks like nor why you
think the result isn't correct.
In short, this appears to be a support question rather than a bug in
Django. Please follow the instructions on this page:
TicketClosingReasons/UseSupportChannels. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/18548#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.