Matt Westcott
f62d03bde7
Pin Beautifulsoup to 4.6.0
2018-08-13 14:58:35 +01:00
Matt Westcott
49839e637c
Add release notes for 2.0.2
2018-08-13 14:57:38 +01:00
Matt Westcott
29f5716dfe
Add release notes for 1.12.4 - 1.12.6 and 1.13.2 - 1.13.4
...
Conflicts:
CHANGELOG.txt
docs/releases/index.rst
2018-08-13 14:56:00 +01:00
Craig Loftus
5cffb66a67
Update Unidecode version
2018-08-07 09:32:05 +01:00
Matt Westcott
8cfe5d5692
see if requirements_file: null makes readthedocs happy
2018-08-06 15:29:28 +01:00
Matt Westcott
ca2125367a
Add docs/releases/2.1.2.rst
2018-08-06 12:55:25 +01:00
Matt Westcott
93662adf17
Version bump to 2.1.2
2018-08-06 12:53:16 +01:00
Matt Westcott
118585ace1
Release notes for 2.1.2
2018-08-06 12:52:12 +01:00
Matt Westcott
3b3e7b9cb8
add indirect dependencies from l18n
2018-08-06 12:48:27 +01:00
Matt Westcott
2538400cd2
Block installation of beautifulsoup4==4.6.1
...
It contains a critical bug that breaks Wagtail: https://bugs.launchpad.net/beautifulsoup/+bug/1784408
2018-08-06 12:41:11 +01:00
Matt Westcott
ddbefc3145
Exclude wagtail/utils/l18n from linting
2018-08-06 12:40:35 +01:00
Matt Westcott
6eea778470
Bundle the l18n library to prevent installation issues
...
https://bitbucket.org/tkhyn/l18n/issues/4/setuppy-raises-unicodedecodeerror-trying prevents the l18n library from being installed on certain setups with non-Unicode locales:
https://groups.google.com/d/msg/wagtail/X5d8CL3DxUs/httaLso4DAAJ
As a temporary measure until a fixed version of l18n is released, bundle the library into wagtail.utils.l18n.
2018-08-06 12:40:35 +01:00
Pomax
80c11d714a
replace my name with my name
...
I do not write code under my passport name, if I have to be in a changelog, please use "Pomax" =)
2018-07-10 11:23:14 +01:00
Daniele Procida
903046c704
Added Divio Cloud notes to documentation
2018-07-06 15:38:47 +01:00
Matt Westcott
949ac986a7
Fill in release date for 2.1.1
2018-07-04 15:35:30 +01:00
Matt Westcott
08b54c0b89
Version bump to 2.1.1 final
2018-07-04 15:34:04 +01:00
Matt Westcott
4ede4f5a34
Fill in release date for 1.13.2
2018-07-04 15:32:50 +01:00
Matt Westcott
0af95f7881
Fill in release date for 1.12.4
2018-07-04 15:32:13 +01:00
Matt Westcott
2ee838b4f7
Release note for #4496 in 2.1.1
2018-07-03 17:27:19 +01:00
Matt Westcott
1ea5438d51
Release note for #4496 in 1.13.2
2018-07-03 17:26:02 +01:00
Matt Westcott
c7b5d0e95a
Release note for #4496 in 1.12.4
2018-07-03 17:25:51 +01:00
Matt Westcott
e12a903c4a
Reject null characters in redirect URLs
2018-07-03 17:25:34 +01:00
Matt Westcott
57c2089243
Release note for #4553 in 1.12.4
2018-07-03 16:09:27 +01:00
Matt Westcott
58eb55c8e3
Release note for #4553 in 1.13.x
2018-07-03 16:06:18 +01:00
Matt Westcott
d3970f06cd
Pass all necessary template context to chooser view after upload validation error
...
Fixes #4548
2018-07-03 15:29:15 +01:00
Matt Westcott
c4c6ec1983
Copy 1.13.2 release notes to 2.1.x branch
2018-06-29 15:35:51 +01:00
Matt Westcott
edf649e810
Release note for #4480 in 1.12.4
2018-06-29 15:33:49 +01:00
Matt Westcott
b05d9f9cc6
Copy 1.12.4 release notes to 2.1.x branch
2018-06-29 15:32:33 +01:00
Andy Babic
34579c3776
Fix queryset ordering and add a test to confirm ordering matches expectation in all setups
2018-06-20 17:26:14 +01:00
Matt Westcott
be534ee535
Version bump to 2.1.1
2018-06-20 17:23:37 +01:00
Allen, Timothy
96438ecd19
Add trove classfier for Wagtail... to Wagtail.
2018-06-19 14:47:44 +01:00
Matt Westcott
79e532b70c
Version bump to 2.1 final
2018-05-22 16:10:28 +01:00
Matt Westcott
b9b110c9dd
Fetch new translations from Transifex
2018-05-22 16:09:24 +01:00
Matt Westcott
770243e2ca
Fill in release date for 2.1
2018-05-22 14:33:48 +01:00
Matt Westcott
a89cc43305
Remove release notes for 2.0.2
...
There are no current plans to create another 2.0.x bugfix release; users on 2.0.x should upgrade to 2.1 instead.
2018-05-22 14:30:06 +01:00
Matt Westcott
f19366a90c
Reference the get_url method in Page model reference docs
...
Fixes #4424 . As of #3354 , `get_url` is the preferred way of obtaining a page URL, rather than the `.url` property;
.url is just a wrapper around get_url (which meant that the docstring for `get_url` was erroneously being picked up).
2018-05-18 15:45:30 +01:00
DanAtShenTech
bfdc9ea976
Small wording, spelling, grammar edits ( #4543 )
2018-05-18 14:58:43 +01:00
DanAtShenTech
bdf8942679
Fix wording
2018-05-18 14:55:06 +01:00
Alex Gleason
d304091c42
Change wagtailimages.Image on_delete CASCADE to SET_NULL in docs
2018-05-18 14:52:20 +01:00
Matt Westcott
55b0e130b6
Rotate deprecation warnings for 2.1
2018-05-17 14:45:49 +01:00
Matt Westcott
ff7863a10a
Version bump to 2.1rc2
2018-05-16 13:04:20 +01:00
Matt Westcott
384961d3d9
Fetch new translations from Transifex
2018-05-16 13:03:46 +01:00
Matt Westcott
6ccd665e5e
Revert "Issue 4334: Excluded fields are also excluded when a panel set is exp… ( #4363 )"
...
This reverts commit 6b272c43e4 .
Conflicts:
wagtail/admin/tests/test_edit_handlers.py
2018-05-16 11:45:15 +01:00
Matt Westcott
8acb004a9f
Release note for #4531 in 2.0.2
2018-05-15 23:27:12 +01:00
Matt Westcott
957dd4b0a0
Release note for #4531 in 2.1
2018-05-15 23:23:53 +01:00
Jérôme Lebleu
4741f83333
Fix document usage url on the edit page
2018-05-15 23:21:56 +01:00
Matt Westcott
0c645db3fb
AWS_S3_FILE_OVERWRITE must be False, not True
2018-05-15 19:42:21 +01:00
Matt Westcott
5c1c9a6e2f
Move HelpPanel documentation to avoid redefinition of wagtail.admin.edit_handlers module
2018-05-15 14:57:42 +01:00
Matt Westcott
5bd47f46d4
Remove ancient versionchanged notes
2018-05-15 14:57:41 +01:00
Kees Hink
c66b64a6a0
Docs: How to create test fixtures for custom Page models
2018-05-15 14:57:41 +01:00