Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/widgets.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24466 -- Added JavaScript escaping in a couple pla...Tim Graham2015-03-311-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-6/+6
* Fixed #24405 -- Made admin related object JavaScript over...Riccardo Magliocchetti2015-03-241-3/+2
* Fixed #19538 -- Removed window.__admin_media_prefix__ fro...Tim Graham2015-03-051-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-101-14/+50
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-4/+4
* Fixed #22894 -- Made admin add related/raw ID fields widg...Riccardo Magliocchetti2014-06-261-10/+6
* Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz2014-03-011-1/+4
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-1/+4
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-8/+11
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-2/+15
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20836 -- Ensure that the ForeignKey's to_field att...Julien Phalip2013-09-071-2/+4
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-3/+3
* Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss2013-08-131-2/+2
* Fixed #20865 -- Fixed raw_id_fields to work with callable...Collin Anderson2013-08-061-0/+2
* Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham2013-07-261-1/+8
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-2/+2
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-14/+0
* Fixed #17549 -- Added a clickable link for URLFields in a...Ulrich Petri2012-11-031-1/+14
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+2
* Changed a lot of internal code to use 'format_html' where...Luke Plant2012-07-031-7/+8
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-17/+19
* Ticket #17804 fix.martin.bohacek2012-06-051-1/+6
* Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidg...Julien Phalip2011-11-201-4/+10
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-12/+22
* Fixed #16542 -- Made Raw ID form widgets shipped with the...Ramiro Morales2011-08-021-20/+31
* Removed deprecated admin contrib app AdminSite root_path ...Ramiro Morales2011-07-301-5/+1
* Fixed #5025 -- Add a "truncatechars" template filter. Man...Jannis Leidel2011-07-141-2/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-17/+17
* Fixed #15673 -- Allow limit_choices_to to use a tuple for...Jannis Leidel2011-04-221-1/+1
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-2/+1
* Fixed #14880 - raw_id_fields in admin does not work when ...Luke Plant2011-01-281-0/+3
* Fixed #15103 - SuspiciousOperation with limit_choices_to ...Luke Plant2011-01-281-15/+21
* Fixed #14424 -- corrected a NameError when instantiating ...Alex Gaynor2010-11-221-1/+1
* Remove several uses of the deprecated dict.has_key in fav...Alex Gaynor2010-10-291-1/+1
* Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_fr...Honza Král2010-10-191-5/+2
* Fixed #14363 -- Fixed render method of ManyToManyRawIdWid...Jannis Leidel2010-10-011-0/+2
* Fixed #14362 -- Made sure all parameters are passed to th...Jannis Leidel2010-10-011-3/+0
* Fixed #7048 -- Added ClearableFileInput widget to clear f...Jannis Leidel2010-10-011-13/+5
* Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now pro...Justin Bronn2010-09-111-3/+3
* Adding related objects in the admin (via popup) respects ...Malcolm Tredinnick2010-09-101-2/+7
* Fixed #13560 -- Fixed localization of widgets.Jannis Leidel2010-05-211-1/+1
* Fixed #12024: Changed admin code to avoid raising an exce...Karen Tracey2010-03-081-1/+1
* Fixed #11465: Ensure nonexistent pks enterd in an admin r...Karen Tracey2010-03-021-1/+4
* Fixed #12705 -- Date/time and select filter widgets now w...Justin Bronn2010-02-171-0/+3