Nick Pope
|
281c0223b3
|
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
5fa4f40f45
|
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
2018-03-20 12:10:10 -04:00 |
Hasan Ramezani
|
274e3e27f3
|
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_texts.
|
2018-03-17 20:51:24 -04:00 |
Josh Schneier
|
b60e5fdbb7
|
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
|
2018-03-15 20:47:18 -04:00 |
David Sanders
|
47bb3b68ff
|
Fixed #29219 -- Made admin filters use processed params rather than request.GET.
|
2018-03-15 11:33:19 -04:00 |
Artem Tabolin
|
a2f7433adc
|
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
|
2018-03-15 10:55:34 -04:00 |
dzhuang
|
e17088a108
|
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
|
2018-03-13 10:58:34 -04:00 |
Daniel Hahler
|
683341db43
|
Condensed some widgets code.
|
2018-03-03 13:35:09 -05:00 |
Carlton Gibson
|
94a180402c
|
Refs #27728 -- Fixed thread safety of admin template tags.
Regression in 5cc28dc752 .
|
2018-03-01 11:45:08 -05:00 |
Tim Graham
|
4c02e3cda3
|
Refs #27728 -- Made cosmetic edits to admin template tag template overriding.
|
2018-03-01 11:45:08 -05:00 |
Claude Paroz
|
75527c0f83
|
Updated translations from Transifex
Forward port of 2126e9317e from stable/2.0.x.
|
2018-02-28 20:06:52 +01:00 |
Raffaele Salmaso
|
5cc28dc752
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
Becky Smith
|
8116e588db
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
Tim Graham
|
9822d88ca0
|
Removed using argument from admin's get_deleted_objects().
|
2018-02-24 09:21:13 -05:00 |
a8568730
|
ba37ee9ef8
|
Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII characters.
|
2018-02-23 15:40:11 -05:00 |
Tim Graham
|
16436f3751
|
Removed unused opts argument from admin's get_deleted_objects().
Unused since e12b3199d0 .
|
2018-02-21 13:32:13 -05:00 |
Andreas Pelme
|
e307ff29d2
|
Fixed #27810 -- Allowed query expressions in admin_order_field.
|
2018-02-15 21:00:31 -05:00 |
Haki Benita
|
ff5517988a
|
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
|
2018-02-14 19:15:41 -05:00 |
Tim Graham
|
f5c9bbd3e3
|
Made cosmetic edits to contrib.admin.filters.
|
2018-02-14 13:40:24 -05:00 |
Haki Benita
|
2014db50f4
|
Removed redundant filtering in date_hierarchy template tag.
cl.queryset is already filtered by the current selections.
|
2018-02-13 14:12:40 -05:00 |
Alexander Gaevsky
|
ef2512b2ff
|
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Thanks Ramiro Morales for completing the patch.
|
2018-02-07 17:46:28 -05:00 |
Raffaele Salmaso
|
da3df5b878
|
Fixed #8500 -- Allowed overriding the default admin site instance.
|
2018-02-03 18:51:10 -05:00 |
Tim Graham
|
552abffab1
|
Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
Regression in 2f9861d823 .
Thanks Carel Burger for the report and fix.
|
2018-02-01 08:36:36 -05:00 |
Jon Dufresne
|
7d607127e3
|
Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.
|
2018-01-23 10:30:10 -05:00 |
Jon Dufresne
|
ff05de760c
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
Tim Graham
|
a22ef3bb37
|
Removed library name from file names of admin's JavaScript library licenses.
|
2018-01-20 12:30:00 -05:00 |
Дилян Палаузов
|
a38ae914d8
|
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
|
2018-01-12 12:44:50 -05:00 |
Vasilis Aggelou
|
777f216d55
|
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selected objects" deletion.
|
2018-01-05 18:28:45 -05:00 |
Paulo
|
d1286a8a68
|
Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission.
|
2018-01-04 19:07:46 -05:00 |
Дилян Палаузов
|
d7b2aa24f7
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
Jonas Haag
|
602481d0c9
|
Fixed #28986 -- Prevented boolean values in admin list display from being formatted with thousand separators.
|
2018-01-03 15:02:06 -05:00 |
Tim Graham
|
acc8dd4142
|
Fixed #28984 -- Made assorted code simplifications.
|
2018-01-03 13:24:02 -05:00 |
Дилян Палаузов
|
d79cf1e9e2
|
Fixed #28985 -- Removed unneeded None checks before hasattr().
|
2018-01-03 11:37:06 -05:00 |
Mariusz Felisiak
|
c815213740
|
Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.
|
2017-12-27 18:38:30 +01:00 |
Дилян Палаузов
|
4c599ece57
|
Fixed #28930 -- Simplified code with any() and all().
|
2017-12-26 17:11:15 -05:00 |
Tim Graham
|
6deaddcca3
|
Fixed #28956 -- Updated admin's jQuery to 3.2.1.
|
2017-12-26 10:21:05 -05:00 |
Tim Graham
|
0fc4b1f31f
|
Refs #28956 -- Removed usage of jQuery's deprecated event methods in admin JavaScript.
|
2017-12-26 10:21:05 -05:00 |
Tim Graham
|
b730973fff
|
Refs #28956 -- Removed usage of jQuery's deprecated .selector property in admin JavaScript.
|
2017-12-26 10:21:05 -05:00 |
Tim Graham
|
8dbaeb6138
|
Updated minified admin JavaScript for the latest closure compiler.
|
2017-12-26 10:21:05 -05:00 |
Rodrigo Pinheiro Marques de Araújo
|
30a389bd77
|
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.
|
2017-12-13 02:39:27 -05:00 |
Nick Pope
|
d13a9e44de
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
Tim Graham
|
02d9419fe3
|
Fixed #28907 -- Removed unnecessary if statements.
|
2017-12-07 17:12:00 -05:00 |
Sergey Fedoseev
|
b728ab22e1
|
Simplified BaseModelAdmin.lookup_allowed() a bit.
|
2017-12-06 23:54:51 +05:00 |
Дилян Палаузов
|
d2afa5eb23
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
Tim Graham
|
81057645f6
|
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
|
2017-12-01 22:14:32 -05:00 |
Claude Paroz
|
d0932ce8fc
|
Updated contrib translations from Transifex
Forward port of 765e6de924 from stable/2.0.x
|
2017-12-01 21:51:30 +01:00 |
Vasiliy Bolshakov
|
03974d8122
|
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
This provides better backwards compatibility following refs #28377.
|
2017-11-30 20:15:28 -05:00 |
Krzysztof Nazarewski
|
244cc40155
|
Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
Thanks Krzysztof Nazarewski for the initial patch.
|
2017-11-18 19:33:52 -05:00 |
Tim Graham
|
931c60c521
|
Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
|
2017-11-17 15:38:29 -05:00 |
shanghui
|
ebb998976e
|
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthenticationForm.
Thanks SeungWon Kang for the report and Tim Graham for the review.
|
2017-11-08 09:39:12 -05:00 |