#28179: Unittest of a form with Multiselect not filling correctly
-------------------------------------+-------------------------------------
Reporter: Trevor Woolley | Owner: nobody
Type: Uncategorized | Status: closed
Component: Uncategorized | Version: 1.11
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage:
unittest,MultipleChoiceField | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):
* status: new => closed
* resolution: => invalid
Comment:
This is because you have a module level query at `my_choices = [(m['id'],
m['displayname']) for m in get_my_list()]`.
There's a documentation warning about this; see the "Finding data from
your production database when running tests?" note in
[https://docs.djangoproject.com/en/dev/topics/testing/overview/#the-test-
database this section].
--
Ticket URL: <https://code.djangoproject.com/ticket/28179#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.ed6a44a75f4271af6485afb218e1d9bf%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.