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
2017-03-21
[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-14
[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-03-07
[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...
Raphael Merx
2017-02-20
[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...
Collin Anderson
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-09-09
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
Rinat Khabibiev
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-23
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-15
Removed unused AdminCommaSeparatedIntegerFieldWidget.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-02-01
Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.
Hugo Osvaldo Barrera
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-11-17
Simplified lists creation in three places.
Dmitry Dygalo
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
[next]