Matt Westcott
65d2a6cdb2
Add release notes for 2.15.6
2022-09-05 13:13:22 +01:00
Matt Westcott
cd19e4dc49
Fill in release date for 2.15.5
2022-04-11 14:38:06 +01:00
Dan Braghis
0b6bd865e9
Ignore GenericRelation in page copy
...
Co-Authored-By: John-Scott Atlakson <john-scott@greenlightgo.co>
2022-04-10 09:50:46 +01:00
Dan Braghis
2559d57c13
Fix IntegrityError for Orderable translation key on copy ( #8321 )
...
tl;dr - EditView builds the page instance from its latest revision and that is what is passed to the form and ultimately submitted.
In order to test the `translation_key`s for orderables, we need to be as close to it as possible, a simple `page.copy()` then `page.save_revision().publish()` doesn't capture the subtleties
Co-authored-by: Kalob Taulien <4743971+KalobTaulien@users.noreply.github.com>
2022-04-10 09:28:25 +01:00
Matt Westcott
1fdf8d299f
Release note for #8293
2022-04-06 17:36:48 +01:00
Matt Westcott
ea083af3e2
Doc formatting fixes for 2.15.5 release notes
2022-04-06 12:27:27 +01:00
Andy Chosak
6f0f188bfc
Fix bulk publishing of pages without revisions
...
Currently bulk publishing raises an error if you include pages that
exist in the database without any revisions. This commit ensures
that a revision exists before the page is published.
Fixes issue 8187.
2022-04-01 15:06:27 -04:00
Matt Westcott
ed6365ac0f
Fill in release date for 2.15.4
2022-02-11 13:28:18 +00:00
Matt Westcott
a3ecfcf987
Add release note for #7936 to 2.15.4 docs page
2022-02-10 13:41:32 +00:00
Matt Westcott
7551ebce34
Release note for #7936 in 2.15.4
2022-02-10 13:40:02 +00:00
Dennis McGregor
773fd0b22a
Apply unlocalize filter to bulk action object ids
...
- Bulk Actions were failing for objects with id > 999 in projects with
- Django settings `USE_L10N` and `USE_THOUSAND_SEPARATOR` enabled.
- Test bulk action checkboxes handle USE_THOUSAND_SEPARATOR setting
- see #7914
2022-02-10 20:03:34 +10:00
Ihor Marhitych
3cd7e967c1
fix issue where bulk actions would return, not raise 404
...
return Http404 -> raise Http404
See #7911
2022-02-09 21:42:38 +10:00
Matt Westcott
26f85ab7d3
Fill in release date for 2.15.3
2022-01-26 16:05:30 +00:00
Matt Westcott
a3443867d8
Release note for #7893 in 2.15.3
2022-01-26 11:26:05 +00:00
Matt Westcott
ab406b1a93
Add release notes for 2.11.9
2022-01-24 16:10:01 +00:00
Matt Westcott
f56426c551
Fill in release date for 2.15.2
2022-01-18 11:12:10 +00:00
Matt Westcott
bbafc97af9
Release note for CVE-2022-21683
2022-01-18 11:10:24 +00:00
Matt Westcott
eac906e7ed
Increase Pillow dependency range to include 9.x ( #7831 )
...
Fixes #7817
2022-01-14 11:26:31 +00:00
Matt Westcott
bd08770a5a
Release note for non-fts sqlite support
2022-01-14 10:22:35 +00:00
Matt Westcott
15095f589d
Release note for #7726 in 2.15.2
2022-01-10 19:41:26 +00:00
Vu Pham
cf96285671
Fix misspelled checkbox_aria_label in template
...
- fixes #7768
2022-01-08 21:21:11 +10:00
Matt Westcott
48c49567d7
Release note for #7821
2022-01-05 14:03:57 +00:00
Matt Westcott
27f91b87d2
Release note for #7762 in 2.15.2
2021-12-08 17:08:07 +00:00
Matt Westcott
432b5b2e30
Release note for #7704 in 2.15.2
2021-12-08 16:28:08 +00:00
Matt Westcott
3a05b9f55f
get the date right...
2021-11-11 13:36:59 +00:00
Matt Westcott
cdc3a8fd35
Fill in release date for 2.15.1
2021-11-11 13:34:43 +00:00
Matt Westcott
9c708f51a0
Changelog note for #7703
2021-11-11 12:35:22 +00:00
Matt Westcott
75aef224c2
Release note for #7702
2021-11-10 21:08:01 +00:00
Matt Westcott
6118600532
Release note for #7701 in 2.15.1
2021-11-10 16:06:20 +00:00
Matt Westcott
131b429f31
Release note for #7695 in 2.15.1
2021-11-10 12:05:03 +00:00
Matt Westcott
6933a9212d
Changelog note for #7694 in 2.15.1
2021-11-09 20:57:39 +00:00
Matt Westcott
a8e1a90e74
Fill in release date for 2.15
2021-11-04 11:25:49 +00:00
LB Johnston
cd06795c70
Revert "Upgrade modernizr" back to v2.6.2
...
This partially reverts commit 50f55507d8
.
Fixes #7625
2021-10-18 12:29:58 +01:00
Jacob Topp-Mugglestone
412c26201a
Add changelog and release notes for bulk actions ( #7615 )
...
* Add changelog and release notes for bulk actions
2021-10-15 16:51:18 +01:00
Jérôme Lebleu
025a28f238
Set the bound field label with the heading argument
...
When a FielPanel is rendered as a field, the label is outputted with the
`bound_field.label_tag()` method. Thus, the field's label is not
overridden with the `heading` argument.
This attempts to fix that by set the `bound_field.label` property with
the `heading` argument.
Fix s#6855.
2021-10-15 23:43:17 +10:00
Matt Westcott
20ed834132
Release note for typed table block #7470
2021-10-15 14:33:00 +01:00
Shariq Jamil
c4422b2bec
add border to comments dropdown
...
- for windows high contrast mode
- fixes #7458
2021-10-15 23:25:09 +10:00
Karl Hobley
ff76931aa4
Change log and release note for new database search backend
2021-10-15 11:15:03 +01:00
LB Johnston
b3366749d9
update release notes
2021-10-15 19:12:17 +10:00
Noah Hall
300163b845
replace hard-coded colors for admin filters with variables
...
- fixes #7584
2021-10-15 17:49:20 +10:00
Matt Westcott
f7fcae0a1d
Release note for #6945
2021-10-15 01:16:33 +01:00
LB Johnston
5a7ae4280d
add release notes for #7605
2021-10-15 07:07:00 +10:00
Matt Westcott
b57448eeef
Fill in release date for 2.14.2
2021-10-14 17:14:14 +01:00
Matt Westcott
6197ada10d
Fill in release date for 2.13.5
2021-10-14 17:13:44 +01:00
Matt Westcott
871da88a7f
Release note for #7524 backport in 2.13.5
2021-10-14 17:02:09 +01:00
Matt Westcott
bf14954d80
Release note for #7524 in 2.14.2
2021-10-14 17:02:02 +01:00
Matt Westcott
7eab06de10
Release note for translation fixes in 2.14.2
2021-10-14 17:01:53 +01:00
Matt Westcott
b5e7af9ebc
Release note for translation fixes in 2.13.5
2021-10-14 17:01:45 +01:00
Matt Westcott
740451c351
Release note for #7591 in 2.14.2
2021-10-14 17:01:05 +01:00
Matt Westcott
80d2f2bc36
Release note for #7591 in 2.13.5
2021-10-14 16:59:34 +01:00