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-12-01
[2.0.x] Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add ...
Tim Graham
2017-12-01
[2.0.x] Updated contrib translations from Transifex
Claude Paroz
2017-12-01
[2.0.x] Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Me...
Vasiliy Bolshakov
2017-11-17
[2.0.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be paren...
Tim Graham
2017-11-03
[2.0.x] Fixed #28768 -- Added Slovak char map for Javascript slug generation.
Ondrej Kolimar
2017-10-31
[2.0.x] Refs #23919 -- Updated references to urllib.quote() to Python 3 locat...
Ville Skyttä
2017-10-09
[2.0.x] Fixed #28685 -- Fixed awkward wrapping of Select2 chips.
Johannes Hoppe
2017-09-24
[2.0.x] Fixed JS linter error
Claude Paroz
2017-09-24
[2.0.x] Refs #25006 -- Marked again admin time picker shortcuts for translation
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-09-18
Refs #14370 -- Vendored Select2 4.0.3 for use by the admin.
Johannes Hoppe
2017-09-16
Fixed #26818 -- Added responsive CSS for the admin.
elky
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-13
Merged isinstance() calls.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Simplified admin.widgets.url_params_from_lookup_dict().
Sergey Fedoseev
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-08-28
Fixed #28536 -- Removed old JS cross-browser utilities
Claude Paroz
2017-08-26
Removed lone usage of jQuery in admin's calendar.js
Claude Paroz
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-23
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-08-22
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
Simon Meers
2017-08-08
Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.
bc500
2017-08-01
Removed unneeded escape filter in templates where autoescaping is enabled.
Tim Graham
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-21
Refs #23919 -- Updated contrib.admin's compress.py to use pathlib.
Tom Forbes
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-19
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-14
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
Lincoln Smith
2017-06-13
Added tel input type to admin CSS.
Mariusz Felisiak
2017-06-13
Fixed #28295 -- Made admin's URLify.js trim trailing hyphens.
monotonee
2017-06-12
Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...
Paulo
2017-06-07
Factored shared Inline/ModelAdmin.get_fields() logic into BaseModelAdmin.
Tim Graham
2017-06-06
Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
kakulukia
2017-06-06
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Paulo
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...
Paulo
2017-06-02
Removed useless hasattr() checks in ModelAdmin checks.
Tim Graham
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-31
Updated translations from Transifex
Claude Paroz
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
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
[next]