summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
AgeCommit message (Collapse)Author
2013-08-13[1.6.x] Removed unneeded conditional_escapes from the testsuite.Florian Apolloner
Backport of 4e50e4065489f06d72eed8ce2d9ae98639be5a93 from master.
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
This is a security fix; disclosure to follow shortly.
2013-08-06[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable ↵Collin Anderson
limit_choices_to. Backport of d53e574676 from master
2013-07-26[1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
Backport of 2a979d2a7b from master
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
Refs #20483.
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
Don't try to be smart about building a good-looking help string because it evaluates translations too early, simply use the same old strategy as before. Thanks Donald Stufft for the report. Also, actually fix the case reported by the OP by special-casing CheckboxSelectMultiple. Added tests. Refs #9321.
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner