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
Age
Commit message (
Expand
)
Author
2017-05-27
Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.
Anton Samarchyan
2017-05-25
Fixed docstring typo in django/contrib/admin/actions.py.
Yuichi Fujikawa
2017-05-05
Fixed #28085 -- Added missing plural forms in en translation catalogs
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-04
Updated contrib translations from Transifex
Claude Paroz
2017-03-30
Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in in...
Adonys Alea Boffill
2017-03-30
Updated minified admin JavaScript for the latest closure compiler.
Tim Graham
2017-03-27
Refs #23919 -- Removed some Python 2 compatibility code and comments.
Mads Jensen
2017-03-21
Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.
Tim Graham
2017-03-15
Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.
Josh Schneier
2017-03-14
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-03-07
Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Raphael Merx
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-03-06
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
Anton Samarchyan
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-02
Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...
David Szotten
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-22
Fixed typos in code comments.
Anton Samarchyan
2017-02-20
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-02-07
Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-31
Used model_ngettext in two more places
Claude Paroz
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-23
Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
Nick Mavrakis
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-19
Updated translation catalogs
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
2017-01-10
Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...
Anton Samarchyan
2017-01-10
Fixed #26961 -- Made admin checks run when DEBUG=False.
Adam Chainz
2017-01-10
Fixed #27673 -- Made admin's checks run at check time instead of during regis...
Adam Chainz
2017-01-09
Refs #15667 -- Removed hardcoded icon size for related widget wrapper.
elky
2017-01-04
Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was deleted?"...
Tim Graham
2017-01-03
Fixed #2856 -- Replaced some 404s with messages in admin.
Karen Tracey
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-23
Fixed #26543 -- Prevented "confirm form submission" browser prompt when reloa...
Adonys Alea Boffill
2016-12-22
Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...
Anton Samarchyan
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
[prev]
[next]