summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2017-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-07-21Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.Tom Forbes
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
2017-07-19Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-14Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith
2017-06-13Added tel input type to admin CSS.Mariusz Felisiak
2017-06-13Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.monotonee
2017-06-12Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo
2017-06-07Factored shared Inline/ModelAdmin.get_fields() logic into BaseModelAdmin.Tim Graham
2017-06-06Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-06Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.Paulo
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-06-05Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo
2017-06-02Removed useless hasattr() checks in ModelAdmin checks.Tim Graham
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-31Updated translations from TransifexClaude Paroz
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-05-27Fixed #25006 -- Allowed custom time shortcuts in admin's time picker.Anton Samarchyan
2017-05-25Fixed docstring typo in django/contrib/admin/actions.py.Yuichi Fujikawa
2017-05-05Fixed #28085 -- Added missing plural forms in en translation catalogsClaude Paroz
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-04-04Updated contrib translations from TransifexClaude Paroz
2017-03-30Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in in...Adonys Alea Boffill
2017-03-30Updated minified admin JavaScript for the latest closure compiler.Tim Graham
2017-03-27Refs #23919 -- Removed some Python 2 compatibility code and comments.Mads Jensen
2017-03-21Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.Tim Graham
2017-03-15Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier
2017-03-14Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-07Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-03-06Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.Anton Samarchyan
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-02Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...David Szotten
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-02-22Fixed typos in code comments.Anton Samarchyan
2017-02-20Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson
2017-02-07Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.Anton Samarchyan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-31Used model_ngettext in two more placesClaude Paroz
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-23Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.Nick Mavrakis