| Age | Commit message (Collapse) | Author |
|
actions are both top and bottom.
Thanks Benjamin Locher for the report.
Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b.
|
|
|
|
|
|
preventing duplicates.
Thanks Zain Patel for the report and Simon Charette for reviews.
The exception introduced in 6307c3f1a123f5975c73b231e8ac4f115fd72c0d
revealed a possible data loss issue in the admin.
|
|
changelist.
|
|
changelist.
Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b.
|
|
Refs #25134, #32099.
|
|
|
|
It doesn't make sense to elide a single page number which could be a
clickable link to that page. We only want to elide two or more pages.
|
|
|
|
- Show "Clear all filters" only when any filter is selected.
- Preserve query string not related with filters.
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
|
|
|
|
in admin.
|
|
changelist when using Meta.constraints.
Detection of existing total ordering in admin changelist now takes into
account non-partial unique constraints.
|
|
|
|
|
|
|
|
prefix contains regex special chars.
Regression in b18650a2634890aa758abae2f33875daa13a9ba3.
|
|
There was an issue where admin date_hierarchy didn't render last day of
a month in DST-switch month.
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
Appending pk is not necessary when a subset of the ordering expressions is
contained in a non-nullable unique contraint.
Related field ordering through lookups and related ordering introspection is
omitted for simplicitly purpose.
|
|
|
|
|
|
|
|
|
|
|
|
without asc()/desc() in the ordering.
|
|
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36.
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
in the page's ordering.
Thanks Tim Graham for the review.
|
|
Thanks Krzysztof Nazarewski for the initial patch.
|
|
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Per deprecation timeline.
|