Commit graph

8437 commits

Author SHA1 Message Date
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
Matt Westcott
f3f7129e3b Add documentation for deploying with cloud storage 2018-05-14 14:40:13 +01:00
Karl Hobley
fa855ea383 Update supported databases in docs 2018-05-14 14:40:13 +01:00
Matt Westcott
8a22710d0a Update author details in setup.py 2018-05-14 14:38:51 +01:00
Matt Westcott
679fdca740 Version bump to 2.1rc1 2018-05-05 00:31:24 +01:00
Matt Westcott
83df6168fc Add 2.1 to supported versions table 2018-05-04 20:45:34 +01:00
Matt Westcott
99275b8b75 Generate new source files for translation 2018-05-04 20:29:48 +01:00
Matt Westcott
4b079601a1 Promote Ukrainian to the list of default provided languages 2018-05-04 20:29:48 +01:00
Matt Westcott
b4a9097f34 Update translator credits 2018-05-04 20:29:48 +01:00
Matt Westcott
84328e4f0d Fetch new translations from Transifex 2018-05-04 20:29:48 +01:00
Matt Westcott
cd3b676c44 Fix regression in #3988 where no revision records exist - fixes #4505 2018-05-04 19:09:09 +01:00
Matt Westcott
7f38c476be Release note for #4132 2018-05-04 16:19:27 +01:00
Karl Hobley
01c4b3bfd8 Fix another occurence of query -> query compiler 2018-05-04 15:57:37 +01:00
Matt Westcott
961a2f91d0 Rename Elasticsearch5SearchQuery to Elasticsearch5SearchQueryCompiler as per #4059 2018-05-04 15:57:36 +01:00
Karl Hobley
ed83585b86 Fixed backend configration tests
The latest version of the Elasticsearch client attempts to establish a
connection upon initialisation. This commit mocks out the backend.
2018-05-04 15:57:36 +01:00
Karl Hobley
6308e6b816 Docs update for Elasticsearch 6 support 2018-05-04 15:57:36 +01:00
Karl Hobley
cac3a65a3d Travis/tox configuration for Elasticsearch 6 2018-05-04 15:57:36 +01:00
Karl Hobley
0d7faef513 Removed root content type name from document ids
This hasn't been required since we separated indices per root content
type for Elasticsearch 2 support.
2018-05-04 15:57:36 +01:00
Karl Hobley
09c8843b7f Rename _partials to _edgengrams (ES6 only) 2018-05-04 15:57:36 +01:00
Karl Hobley
24edeb39b0 Give all documents the same type name
ES6 no longer supports multiple types in the same index
2018-05-04 15:57:36 +01:00
Karl Hobley
feeeb6410f Replaced _all field with custom field 2018-05-04 15:57:35 +01:00
Karl Hobley
135a62051b Added Elasticsearch 6 backend 2018-05-04 15:57:35 +01:00
Karl Hobley
df4f1204e8
Fix a couple of search indexing examples 2018-05-03 12:29:35 +01:00
Andy Babic
d0670da61b Fix minor typo in modeladmin docs (#4509)
add_to_setings_menu -> add_to_settings_menu
2018-05-02 18:11:01 +03:00
Matt Westcott
fa27773d16 Release note for #4462 2018-04-23 16:26:32 +01:00
Matt Westcott
a98f7dd03a Add warning when failing to delete old avatar file 2018-04-23 15:54:56 +01:00