| Age | Commit message (Collapse) | Author |
|
|
|
Co-Authored-By: Andy Chosak <andy@chosak.org>
|
|
Regression in 55cdf6c52db07f29128741b8734a523ed042e465.
|
|
|
|
processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
Co-authored-by: elky <elky@users.noreply.github.com>
Co-authored-by: Goetz <goetz.buerkle@gmail.com>
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
|
|
|
|
Thanks Alexander Holmbäck for the initial patch.
|
|
Element would occasionally be outside of frame.
|
|
The attribute action="" (empty string) on the <form> element is invalid
HTML5. The spec (https://html.spec.whatwg.org/#attr-fs-action) says:
> The action and formaction content attributes, if specified, must have
> a value that is a valid non-empty URL potentially surrounded by
> spaces.
Emphasis on non-empty. The action attribute is allowed to be omitted, in
which case the current URL is used which is the same behavior as now.
|
|
tests.
|
|
Thanks Luis Nell for the implementation idea and very detailed report.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
editable inlines in admin.
Thank you to Shen Ying for reporting this issue.
|
|
SeleniumTests.test_first_field_focus().
|
|
select_by_value.
|
|
|
|
expressions in admin_order_field.
|
|
deletions while protecting direct ones.
|
|
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
instead of field names.
|
|
in ModelAdmin.list_display.
|
|
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
Thanks Mariusz Felisiak for auditing.
|
|
non-None obj during add.
Thanks andreage for the report and suggested fix.
|
|
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
ModelAdmin.prepopulated_fields.
|
|
Thanks Mariusz for suggesting it.
|
|
|
|
|
|
|
|
has an extra field.
|
|
permission.
|
|
|
|
|
|
|
|
change view's read-only fields.
Thanks Matthew Frazier for the report and fix.
|
|
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|