Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_widgets/widgetadmin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #14497 -- Improved admin widget for "read only" ↵Riccardo Magliocchetti2015-02-041-1/+6
| | | | | | FileFields Based on patch by Adam J Forster, Paul Collins, and Julien.
* Whitespace cleanup.Tim Graham2013-10-101-1/+4
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #20836 -- Ensure that the ForeignKey's to_field ↵Julien Phalip2013-09-071-0/+2
| | | | | | attribute is properly 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.
* Added some Selenium tests for the admin raw id widget.Julien Phalip2013-08-051-1/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-6/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+50