Carlton Gibson
|
8245c99ee6
|
Fixed #29930 -- Allowed editing in admin with view-only inlines.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
2018-12-03 07:44:18 -08:00 |
Basil Dubyk
|
7d1123e5ad
|
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
|
2018-11-28 15:40:14 -05:00 |
redodo
|
2e4776196d
|
Fixed #29953 -- Added CSS class to column headers in tabular inlines.
The class name is the same as one given to the fields in the change list.
|
2018-11-20 18:17:53 -05:00 |
Sanyam Khurana
|
a7d6cab771
|
Fixed #29282 -- Prevented some admin checks from crashing with TypeError.
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
|
2018-11-20 17:19:13 -05:00 |
redodo
|
89a2216486
|
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget.
|
2018-11-19 15:12:52 -05:00 |
Vishvajit Pathak
|
11bcb57ee2
|
Fixed #29964 -- Removed unused admin/related_widget_wrapper.html template.
Unused since b52c73008a .
|
2018-11-18 11:42:48 -05:00 |
Hasan Ramezani
|
6d4e5feb79
|
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
|
2018-11-14 14:29:39 -05:00 |
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
|
1f726311d1
|
Used method chaining in DateTimeShortcuts.js.
|
2018-11-09 19:56:46 -05:00 |
Matthias Kestenholz
|
f9ff1df1da
|
Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.
|
2018-11-09 18:52:30 -05:00 |
Javier Matos Odut
|
3d4d0a25b2
|
Fixed #29901 -- Allowed overriding an autocomplete/raw_id_fields/radio_fields widget with ModelAdmin.get_formset().
|
2018-10-31 10:16:17 -04:00 |
Mac Chapman
|
fb5dfd53a7
|
Fixed #29832 -- Updated Roboto font to v2.137.
|
2018-10-11 23:30:45 -04:00 |
Sergey Fedoseev
|
e4df8e6dc0
|
Simplified contrib.admin.utils.unquote().
|
2018-10-02 15:42:56 -04:00 |
Przemysław Buczkowski
|
70d0a1ca02
|
Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.
|
2018-10-02 09:17:23 -04:00 |
Sergey Fedoseev
|
e9defb3f6e
|
Simplified contrib.admin.utils.quote().
|
2018-10-01 09:11:53 -04:00 |
Carlton Gibson
|
bf39978a53
|
Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" users.
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
|
2018-10-01 10:05:01 +02:00 |
Claude Paroz
|
033d842e84
|
Updated translations from Transifex
Forward port of d5ed08263b from master.
|
2018-09-29 17:11:49 +02:00 |
Sergey Fedoseev
|
8ef8bc0f64
|
Refs #28909 -- Simplifed code using unpacking generalizations.
|
2018-09-28 09:57:12 -04:00 |
Jon Dufresne
|
82f286cf6f
|
Refs #29784 -- Switched to https:// links where available.
|
2018-09-26 08:48:47 +02:00 |
Jon Dufresne
|
8c3e0eb1c1
|
Normalized spelling of "lowercase" and "lowercased".
|
2018-09-25 10:30:18 -04:00 |
Jon Dufresne
|
ad9a28ee38
|
Refs #29784 -- Normalized Python docs links to omit the version.
|
2018-09-25 10:19:42 +02:00 |
Tim Graham
|
fd8a7a5313
|
Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.
* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
|
2018-08-30 11:22:50 +02:00 |
Claude Paroz
|
50b8493581
|
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
2018-08-22 09:13:58 -04:00 |
Claude Paroz
|
201017df30
|
Fixed #29654 -- Made text truncation an ellipsis character instead of three dots.
Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
|
2018-08-21 17:46:45 +02:00 |
Rodrigo
|
371ece2f06
|
Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATES setting.
|
2018-08-20 17:57:46 -04:00 |
Tim Graham
|
d311124be5
|
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
|
2018-08-20 11:14:20 -04:00 |
Taha Jahangir
|
0e7a9525ba
|
Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.
|
2018-08-20 10:20:30 -04:00 |
Jon Dufresne
|
dc0868d414
|
Removed redundant 'model' argument in admin checks.
|
2018-08-20 09:11:42 -04:00 |
mackong
|
c832885a3e
|
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
|
2018-08-18 10:16:22 -04:00 |
Jon Dufresne
|
09ee3b6fe3
|
Fixed #29663 -- Made admin change view redirect to changelist with view permission.
|
2018-08-17 11:13:06 -04:00 |
Jon Dufresne
|
57f16655cd
|
Added ModelAdmin._response_post_save() to avoid code duplication.
|
2018-08-17 10:51:57 -04:00 |
Jon Dufresne
|
cd790ed1a6
|
Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().
|
2018-08-16 09:49:06 -04:00 |
Clément Mangin
|
64e1a271f5
|
Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
Regression in 825f0beda8 .
|
2018-08-10 11:20:43 -04:00 |
Vlastimil Zíma
|
a9f5652113
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -04:00 |
Claude Paroz
|
287fef8693
|
Updated contrib translations from Transifex
Forwardport of cbf7e7dc52 from stable/2.1.x.
|
2018-08-01 09:24:06 -04:00 |
Claude Paroz
|
ba83378a77
|
Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.
|
2018-07-20 12:27:53 -04:00 |
Jonah Bishop
|
263e039411
|
Fixed #29045 -- Fixed admin CSS so that select multiple elements honor the HTML size attribute.
|
2018-07-10 16:22:09 -04:00 |
Claude Paroz
|
a5f139236f
|
Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.
Thanks Tim Graham for the review.
|
2018-06-29 17:21:27 +02:00 |
Carlton Gibson
|
5b73317181
|
Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields.
|
2018-06-18 15:36:20 -04:00 |
Carlton Gibson
|
958c7b301e
|
Fixed #29419 -- Allowed permissioning of admin actions.
|
2018-06-18 15:07:29 -04:00 |
Paulo
|
553617e613
|
Fixed #29487 -- Accounted for object level permissions when calculating change view's read-only fields.
Thanks Matthew Frazier for the report and fix.
|
2018-06-15 21:54:22 -04:00 |
Henk Kahlfuß
|
3eb9127678
|
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permission() for permissions checking.
|
2018-06-15 10:31:08 -04:00 |
Tim Graham
|
ec2c9c3531
|
Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
|
2018-06-14 21:04:43 -04:00 |
Tim Graham
|
0d8e3e608e
|
Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
|
2018-06-14 14:22:04 -04:00 |
Carlton Gibson
|
b30f9b131c
|
Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Partially reverted 825f0beda8 .
|
2018-06-13 14:49:28 -04:00 |
Tim Graham
|
e9bd1a3e12
|
Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.
|
2018-06-06 11:40:24 -04:00 |
Adam Donaghy
|
b18650a263
|
Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Regression in 917cc288a3 .
|
2018-06-01 10:41:05 -04:00 |
Sara Heins
|
5008d59a2a
|
Fixed #28892 -- Allowed admin navbar height to expand if needed.
|
2018-05-29 21:52:51 -04:00 |
Ramiro Morales
|
f40e71a957
|
Fixed #29417 -- Corrected two admin page titles for view-only users.
|
2018-05-23 11:02:37 -04:00 |
Paulo Alvarado
|
ffb72a95bc
|
Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't have the change permission.
Regression in 825f0beda8 .
|
2018-05-18 19:50:58 -04:00 |
Claude Paroz
|
77f6340d3b
|
Updated translation catalogs
|
2018-05-17 12:09:40 +02:00 |