|
@@ -16,8 +16,9 @@ depth: 1
|
|
|
* Add `base_url_path` to `ModelAdmin` so that the default URL structure of app_label/model_name can be overridden (Vu Pham, Khanh Hoang)
|
|
|
* Add `full_url` to the API output of `ImageRenditionField` (Paarth Agarwal)
|
|
|
* Use `InlinePanel`'s label when available for field comparison label (Sandil Ranasinghe)
|
|
|
- * Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
|
|
* Drop support for Safari 13 by removing left/right positioning in favour of CSS logical properties (Thibaud Colas)
|
|
|
+ * Use `FormData` instead of jQuery's `form.serialize` when editing documents or images just added so that additional fields can be better supported (Stefan Hammer)
|
|
|
+ * Add informational Codecov status checks for GitHub CI pipelines (Tom Hu)
|
|
|
|
|
|
### Bug fixes
|
|
|
|