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
2018-05-13
Fixed #29401 -- Updated admin's jQuery to 3.3.1.
T N
2018-05-07
Fixed #29370 -- Added choices to LogEntry.action_flag field.
Nicolas Noé
2018-04-13
Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.
Matthias Kestenholz
2018-04-05
Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.
Faheel Ahmad
2018-04-04
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Jon Dufresne
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-17
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...
Hasan Ramezani
2018-03-15
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
Josh Schneier
2018-03-15
Fixed #29219 -- Made admin filters use processed params rather than request.GET.
David Sanders
2018-03-15
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...
Artem Tabolin
2018-03-13
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
dzhuang
2018-03-03
Condensed some widgets code.
Daniel Hahler
2018-03-01
Refs #27728 -- Fixed thread safety of admin template tags.
Carlton Gibson
2018-03-01
Refs #27728 -- Made cosmetic edits to admin template tag template overriding.
Tim Graham
2018-02-28
Updated translations from Transifex
Claude Paroz
2018-02-28
Fixed #27728 -- Allowed overriding admin templatetags templates.
Raffaele Salmaso
2018-02-24
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
Becky Smith
2018-02-24
Removed using argument from admin's get_deleted_objects().
Tim Graham
2018-02-23
Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII...
a8568730
2018-02-21
Removed unused opts argument from admin's get_deleted_objects().
Tim Graham
2018-02-15
Fixed #27810 -- Allowed query expressions in admin_order_field.
Andreas Pelme
2018-02-14
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
Haki Benita
2018-02-14
Made cosmetic edits to contrib.admin.filters.
Tim Graham
2018-02-13
Removed redundant filtering in date_hierarchy template tag.
Haki Benita
2018-02-07
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Alexander Gaevsky
2018-02-03
Fixed #8500 -- Allowed overriding the default admin site instance.
Raffaele Salmaso
2018-02-01
Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...
Tim Graham
2018-01-23
Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.
Jon Dufresne
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Removed library name from file names of admin's JavaScript library licenses.
Tim Graham
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-05
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...
Vasilis Aggelou
2018-01-04
Fixed #28517 -- Fixed admin delete confirmation view crash when related model...
Paulo
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28986 -- Prevented boolean values in admin list display from being for...
Jonas Haag
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-27
Fixed #28958 -- Fixed admin changelist crash when using a query expression in...
Mariusz Felisiak
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-26
Fixed #28956 -- Updated admin's jQuery to 3.2.1.
Tim Graham
2017-12-26
Refs #28956 -- Removed usage of jQuery's deprecated event methods in admin Ja...
Tim Graham
2017-12-26
Refs #28956 -- Removed usage of jQuery's deprecated .selector property in adm...
Tim Graham
2017-12-26
Updated minified admin JavaScript for the latest closure compiler.
Tim Graham
2017-12-13
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....
Rodrigo Pinheiro Marques de Araújo
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-12-06
Simplified BaseModelAdmin.lookup_allowed() a bit.
Sergey Fedoseev
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-01
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...
Tim Graham
[prev]
[next]