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-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
2017-12-01
Updated contrib translations from Transifex
Claude Paroz
2017-11-30
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...
Vasiliy Bolshakov
2017-11-18
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Krzysztof Nazarewski
2017-11-17
Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...
Tim Graham
2017-11-08
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...
shanghui
2017-11-07
Fixed #28585 -- Calculated admin's change form multipart context variable fro...
Claude Paroz
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-03
Fixed #28768 -- Added Slovak char map for Javascript slug generation.
Ondrej Kolimar
2017-10-31
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
Ville Skyttä
2017-10-12
Fixed #28688 -- Made admin's URLify.js skip removal of English words if non-A...
Sævar Öfjörð Magnússon
2017-10-09
Fixed #28685 -- Fixed awkward wrapping of Select2 chips.
Johannes Hoppe
2017-10-02
Fixed #28490 -- Removed unused code in admin.E108 check.
Hunter Richards
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-09-24
Fixed JS linter error
Claude Paroz
2017-09-24
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
[prev]
[next]