#14880: raw_id_fields in admin does not work when limit_choices_to dictionary
has
value=False
-------------------------------------------+--------------------------------
Reporter: [email protected] | Owner: nobody
Status: new | Milestone: 1.3
Component: django.contrib.admin | Version: 1.2
Resolution: | Keywords: blocker, regression
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Comment (by ramiro):
The !SuspiciousOperation error you see in 1.2.4 is because of a problem in
the security fix that triggered its release, it was fixed in r15140 and it
is also already fixed in trunk. We can ignore the noise introduced by
that.
Regarding he original report of this ticket, I can trace back this problem
showing itself as far as Django 1.1 (and even 1.0, but there bugs like
#9561 introduce additional noise)(tested with sqlite3).
In such environment, clicking in the magnifying glass icon opens a popup
where only the overseas publisher is shown. Later, when trying to save the
PublishedBook instance, validation rejects it so it seems there the filter
`overseas=False` filter/validation is working in that stage.
--
Ticket URL: <http://code.djangoproject.com/ticket/14880#comment:7>
Django <http://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.