index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
widgets.py
Age
Commit message (
Expand
)
Author
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Fixed #24405 -- Made admin related object JavaScript overridable
Riccardo Magliocchetti
2015-03-05
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-06-26
Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.
Riccardo Magliocchetti
2014-03-01
Fixed #22137 -- Made Widget.is_hidden a read-only property
Claude Paroz
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-07
Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...
Julien Phalip
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-13
Apply autoescaping to AdminURLFieldWidget.
Jacob Kaplan-Moss
2013-08-06
Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to.
Collin Anderson
2013-07-26
Updated contrib.admin to use Email/URLInputs; refs #16630
Tim Graham
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-11-03
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Ulrich Petri
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-05
Ticket #17804 fix.
martin.bohacek
2011-11-20
Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...
Julien Phalip
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-08-01
Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...
Ramiro Morales
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
2011-07-14
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-04-22
Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank...
Jannis Leidel
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-01-28
Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...
Luke Plant
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2010-11-22
Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...
Alex Gaynor
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-19
Fixed #14407 -- Simplified ManyToManyRawIdWidget.value_from_datadict, Thanks ...
Honza Král
2010-10-01
Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to ...
Jannis Leidel
2010-10-01
Fixed #14362 -- Made sure all parameters are passed to the ManyToManyRawIdWid...
Jannis Leidel
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-09-11
Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...
Justin Bronn
2010-09-10
Adding related objects in the admin (via popup) respects user
Malcolm Tredinnick
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-03-08
Fixed #12024: Changed admin code to avoid raising an exception when a field l...
Karen Tracey
2010-03-02
Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not
Karen Tracey
2010-02-17
Fixed #12705 -- Date/time and select filter widgets now work again with newly...
Justin Bronn
[next]