summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/models.py
AgeCommit message (Collapse)Author
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-26Fix all violators of E231Alex Gaynor
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly ↵Julien Phalip
considered by the admin's interface when creating related objects. Many thanks to Collin Anderson for the report and patch and to Peter Sheats for the test.
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-04Added some Selenium tests for the admin raw id widget.Julien Phalip
2013-07-26Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵Loic Bistuer
return a QuerySet.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner