Matt Westcott
5f382d8784
Remove Python 2 references from docs
2017-10-13 12:24:42 +01:00
Matt Westcott
2b64922a05
Add release note re removal of Python 2.7, Django 1.8 and Django 1.10 support
2017-10-11 17:31:08 +01:00
Matt Westcott
c80bbfcc5f
Eliminate references to wagtaildemo from the docs
...
bakerydemo is now our preferred demo site and the one which will be updated for Wagtail 2.x / Django 2.x.
2017-10-11 16:58:30 +01:00
Karl Hobley
4a1e27dbd4
Remove Python 2 from CI and docs
2017-10-11 16:40:10 +01:00
Matt Westcott
fddb9a076e
Correct 'Indexing extra fields' note to avoid implying that the Postgresql backend doesn't support it
...
Fixes #3899 - thanks @sivictorallen for the report!
2017-10-10 12:09:13 +01:00
Matt Westcott
d48c3709cd
Remove support for registerHalloPlugin
2017-10-10 11:51:45 +01:00
Matt Westcott
119d2334ac
Replace insert_editor_js hook example with a non-registerHalloPlugin one
...
Fixes #3839
2017-10-10 11:51:45 +01:00
Matt Westcott
fe360d9e10
Remove Wagtail-1.4-era fallback for rest_framework not being installed
2017-10-10 11:51:45 +01:00
Matt Westcott
0629b6a866
Say "as a child of Homepage" rather than "under Homepage", to avoid ambiguity
...
Thanks to @rifuso for the suggestion!
2017-10-10 11:48:03 +01:00
Matt Westcott
f15a98f983
readthedocs needs a requirements.txt, apparently
2017-10-09 19:45:07 +01:00
Matt Westcott
f69c73ef66
Version bump to begin work on 2.0
2017-10-09 18:34:43 +01:00
Matt Westcott
031a6dee9f
docs/requirements.txt probably not needed now that we're pip installing wagtail
2017-10-09 18:22:17 +01:00
Matt Westcott
a52d5be479
requirements_file not needed, but maybe pip_install is
2017-10-09 18:15:36 +01:00
Matt Westcott
04940287ab
ok, readthedocs.yml back in the root again...?
2017-10-09 18:11:18 +01:00
Matt Westcott
353d11c203
need to specify full path for readthedocs requirements
2017-10-09 18:08:48 +01:00
Matt Westcott
6e5262624e
specify requirements.txt for readthedocs
2017-10-09 18:05:06 +01:00
Matt Westcott
4d2bb813a9
See if readthedocs.yml in the docs folder has any effect
2017-10-09 18:00:53 +01:00
Matt Westcott
d294e39884
Other features -> New features
2017-10-06 16:23:39 +01:00
Matt Westcott
48593d14cf
Add 1.13 to version compatibility table
2017-10-06 16:21:13 +01:00
Matt Westcott
e93b21036e
Allow navigation from page usage/search results
...
Remove the allow_navigation flag from the 'explore' page listing, and have navigation always enabled - there's no good reason to leave it out, and people have asked for it. Fixes #952
2017-10-06 14:17:41 +01:00
Matt Westcott
ef7ef8de13
Blog posts are ordered most recently published first, not most recently modified
...
Fixes #3909 - thanks to @gkahn for the report.
2017-10-06 14:06:57 +01:00
Matt Westcott
be73f16e14
Make custom PageManagers return the correct PageQuerySet subclass
...
As reported in https://github.com/wagtail/wagtail/issues/3250#issuecomment-284988695 , custom page managers created with PageManager.from_queryset(CustomPageQuerySet) fail to return instances of CustomPageQuerySet. This breaks the EventPageQuerySet example given at http://docs.wagtail.io/en/v1.9/topics/pages.html#custom-page-managers .
2017-10-06 13:06:18 +01:00
Matt Westcott
700864bb2a
Release note for #3794
2017-10-06 00:37:47 +01:00
Matt Westcott
de3f9550b4
Release note for #3824
2017-10-05 15:40:55 +01:00
Karl Hobley
48cfb8e790
Tweaks to the docs
2017-10-05 15:15:21 +01:00
Karl Hobley
0cb63c72c5
Implemented suggestions from @chosak
2017-10-05 15:15:20 +01:00
Karl Hobley
8dc425660b
Docs for batch cache invalidation
2017-10-05 15:15:20 +01:00
Samir Shah
62b8caedd5
Remove SessionAuthenticationMiddleware from project template and docs.
...
The project template assumes Django 1.11, where SessionAuthenticationMiddleware is redundant (see https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10 ).
Also update the documentation to consistently refer to MIDDLEWARE instead of MIDDLEWARE_CLASSES.
2017-10-04 16:14:34 +01:00
Timo Rieber
63af2b28ea
Added PythonAnywhere deployment infos including the wagtail-pythonanywhere-quickstart project
2017-10-03 15:54:33 +01:00
Timo Rieber
6414e6c10b
Removed openshift deployment infos (v2 has been sunset)
2017-10-03 15:54:33 +01:00
Mikalai Radchuk
ddb0665f79
Make last_published_at filterable
2017-10-02 21:39:31 +01:00
Matt Westcott
ce0e88c3ae
Release note for #3893
2017-10-02 21:15:36 +01:00
Mikalai Radchuk
bcf3a8f364
Release notes for #3792
2017-10-02 10:20:17 +01:00
Janneke Janssen
b3e126d6b9
Update React to 15.6.2 due to relicensing ( #3884 )
2017-09-29 18:18:16 +13:00
Matt Westcott
5d39033df0
Use globe instead of home icon for breadcrumb root
2017-09-27 14:19:24 +01:00
Matt Westcott
2c0177234e
Add 'The Zen of Wagtail' document
2017-09-27 12:20:34 +01:00
Matt Westcott
c19bea67b9
Stop breadcrumb home icon from showing as ellipsis in Chrome
2017-09-26 16:18:22 +02:00
Matt Westcott
f9de02b806
Release note for #3705
2017-09-21 15:00:10 +01:00
Matt Westcott
3d21cae940
Allow overriding branding_logo on the 404 page
2017-09-21 13:25:12 +01:00
Matt Westcott
6570cf1a76
Release note for #3442
2017-09-20 20:48:03 +01:00
Matt Westcott
37be77143d
Release note for #3822
2017-09-20 16:08:58 +01:00
Matt Westcott
65e833603a
Release note for #3821
2017-09-20 15:59:57 +01:00
Matt Westcott
5232a3aa7c
Fill in release date for 1.12.2
2017-09-18 21:44:48 +01:00
Matt Westcott
a4b99ce4f0
Change StreamField examples to use explicit required=False instead of required=True
2017-09-18 21:34:35 +01:00
Matt Westcott
addb31c1d6
Explicitly state that required defaults to true on StreamField blocks
2017-09-18 21:34:35 +01:00
Matt Westcott
cc77f8e7d4
Clarify interaction between StreamField's blank property and StreamBlock's required property
2017-09-18 21:34:35 +01:00
Matt Westcott
563b8e48ef
Release notes for #3541
2017-09-13 21:41:35 +01:00
Matt Westcott
665d06c8ce
Remove docs for setting up post_delete signals on custom document models
...
This is no longer required as of #3541
2017-09-13 21:36:55 +01:00
Matt Westcott
2a9ec51995
Set preview dropdown button to 250px (desktop) / 100% (mobile)
...
Re-fixes #3784 , without breaking non-dropdown save buttons as a side effect (#3836 ).
2017-09-13 15:47:48 +01:00
Mitchel Cabuloy
83e6a551fe
Fix OEmbed endpoints
2017-09-08 17:55:35 +01:00