Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
5 年之前 |
Hasan Ramezani
|
55cdf6c52d
Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.
|
5 年之前 |
Carlton Gibson
|
39e1c88de6
Fixed intermittent SeleniumTests.test_prepopulated_fields failure.
|
5 年之前 |
Jon Dufresne
|
3857a08bdb
Fixed #31361 -- Fixed invalid action="" in admin forms.
|
5 年之前 |
Jon Dufresne
|
b7093860df
Added novalidate HTML attribute to ModelAdmin.add_view() and change_view() tests.
|
5 年之前 |
Sjbrgsn
|
b2bd08bb7a
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
|
5 年之前 |
Jon Dufresne
|
65285d1e7d
Refs #29892 -- Made Selenium tests wait for popups to be ready.
|
5 年之前 |
Carlton Gibson
|
11c5e0609b
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin.
|
5 年之前 |
Jon Dufresne
|
875e3ff4fd
Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_focus().
|
5 年之前 |
Johannes Hoppe
|
249a6190ae
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_value.
|
5 年之前 |
Johannes Hoppe
|
69dbb6b708
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
|
5 年之前 |
Hasan Ramezani
|
0284a26af9
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field.
|
5 年之前 |
Daniel Izquierdo
|
89abecc75d
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
|
8 年之前 |
Min ho Kim
|
fbb83fefd4
Fixed typos in comments and docs.
|
5 年之前 |
Mariusz Felisiak
|
8fc8c958a5
Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.
|
5 年之前 |
Jon Dufresne
|
42b9a23267
Fixed #30400 -- Improved typography of user facing strings.
|
5 年之前 |
Sanyam Khurana
|
87f5d07eed
Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names.
|
5 年之前 |
Jani Tiainen
|
044cc54420
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
6 年之前 |
Etienne Chové
|
4dcbe6eb2d
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
|
6 年之前 |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 年之前 |
Tim Graham
|
0004daa536
Used 4 space hanging indent for dictionaries.
|
6 年之前 |
Tim Graham
|
02c07be95c
Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with non-None obj during add.
|
6 年之前 |
Carlton Gibson
|
8245c99ee6
Fixed #29930 -- Allowed editing in admin with view-only inlines.
|
6 年之前 |
Basil Dubyk
|
7d1123e5ad
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
|
6 年之前 |
Simon Charette
|
7f63b894c0
Adjusted code style of a few test data setup methods.
|
6 年之前 |
Simon Charette
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
6 年之前 |
Tim Graham
|
405ec5b9c6
Fixed typo in tests/admin_views/tests.py.
|
6 年之前 |
Sergey Fedoseev
|
747db4018b
Simplified AdminFieldExtractionMixin.get_admin_form_fields().
|
6 年之前 |
Tim Graham
|
d311124be5
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
|
6 年之前 |
Jon Dufresne
|
09ee3b6fe3
Fixed #29663 -- Made admin change view redirect to changelist with view permission.
|
6 年之前 |