Matt Westcott
3f27014a86
Merge branch 'author-specific-locking' of https://github.com/jacobtoppm/wagtail into kaedroho-author-specific-locking
2020-01-08 15:05:59 +00:00
Matt Westcott
ee8eda8353
Merge branch 'author-specific-locking' of https://github.com/kaedroho/wagtail into kaedroho-author-specific-locking
2020-01-08 15:02:19 +00:00
Matt Westcott
7fdb06c86c
Fill in release date for 2.7.1
2020-01-08 10:39:45 +00:00
Matt Westcott
8c49f2e68d
Release notes for #5694
2020-01-07 17:03:09 +00:00
jacobtm
7421590dc7
Document reports submenu hooks
2020-01-02 09:47:52 +00:00
jacobtm
99cb3154cc
Correct model reference for page, page cannot be edited when locked is True, rather than False
2020-01-02 09:41:42 +00:00
Johannes Vogel
4a1b337461
add etag support for documents
2019-12-18 15:28:23 +00:00
Matt Westcott
110101d96e
Make Django 3.0 support official
2019-12-17 14:24:31 +00:00
Janneke Janssen
146853914e
Add verbose_name_plural to form submission due to translation mismatch
2019-12-17 12:28:56 +00:00
Nick Smith
7acf4889db
Move wagtail_urls to the end of template urls.py ( #5733 )
...
The `wagtail_urls` patterns is a catch-all list of urlpatterns, and will
prevent any patterns later in the list from being matched. The default
case when Django is in debug mode for local development is to use
`django-admin.py runserver`, and in this case the static patterns in the
example [are redundant][1]. However for anyone using a different server
for local development, this makes them work again.
[1]: https://docs.djangoproject.com/en/3.0/howto/static-files/#serving-static-files-during-development
2019-12-17 12:24:24 +00:00
Matt Westcott
4001516a27
Add formal support for nested InlinePanels
...
Fixes #1952 and #5511
2019-12-02 10:20:45 +10:00
Benedikt Willi
233e7f5189
Add ability to filter image index by a tag
...
- Fixed error when searching and filtering by tag at the same time
2019-12-02 09:54:35 +10:00
Dan Swain
749d0172e5
Documentation - include {{ block.super }} example in modelAdmin
2019-12-02 09:43:33 +10:00
Dan Swain
5a8c4edba5
Documentation - add StreamFieldPanel to available panel types
2019-12-01 19:13:11 +10:00
Andreas Bernacca
4945acf2db
Update document size & hash when changing document file
...
Resolves #5704
2019-12-01 19:00:57 +10:00
Andreas Bernacca
5a8f468c2d
Fix layout issue when using FieldRowPanel with a heading
...
Resolves #5691
2019-12-01 18:20:44 +10:00
Pete Andrew
abd8320dc3
Update links in docs to point at stable Django version
2019-12-01 13:19:40 +10:00
Matt Westcott
d65532dd0f
Mention the need to inherit from PermissionsMixin in custom user model docs
2019-11-28 12:35:30 +00:00
Matt Westcott
1d8f85c1c5
Add upgrade considerations note for rename of API endpoint classes
2019-11-28 11:21:18 +00:00
Karl Hobley
36d440d2dd
Rename endpoints
modules to views
2019-11-28 09:00:56 +00:00
Karl Hobley
16d5b5c99e
Rename Endpoints to ViewSets
...
For consistency with Django REST Framework
2019-11-28 09:00:35 +00:00
Karl Hobley
5f68627950
Merge branch 'master' into author-specific-locking
2019-11-26 15:55:49 +00:00
Karl Hobley
0dbe25c512
Changelog/release note for #5721
2019-11-26 15:50:44 +00:00
Andreas Bernacca
3cb59c2667
Remove Page & Site models from Django admin
...
- added instructions to release notes on how to reinstate on a per project basis
- Resolves #5703
2019-11-26 22:49:48 +10:00
Matt Westcott
96965d2a3a
Update link to settings reference doc
2019-11-20 17:54:43 +00:00
Karl Hobley
633ad38925
Rename settings how-to guide
2019-11-20 17:54:08 +00:00
Karl Hobley
23145382e9
Move settings reference into separate doc
2019-11-20 17:39:46 +00:00
Timothy Bautista
1b0aed7b20
use block.super in extra CSS/JS blocks
...
- ensure templates that have extra css/js blocks call {{ block.super }} in them
- wagtail.contrib.settings edit
- modeladmin templates
2019-11-20 20:34:00 +10:00
Karl Hobley
d37d5c1c60
Changelog/release notes for #5676 and #5688
2019-11-19 14:50:01 +00:00
Tom Usher
644ee86e00
Add support for cloudflare API tokens ( #5688 )
2019-11-19 14:47:52 +00:00
LB
9b64a8647c
Update contributor name
2019-11-16 18:28:21 +10:00
Karl Hobley
16bf4cac56
Delete the internationalisation docs
2019-11-09 15:34:51 +00:00
Brady Moe
f8c7d7f5f7
adds mark_safe to the render_form method on the structblock ( #5687 )
2019-11-08 11:03:09 +00:00
Martey Dodoo
229103ff2e
Update links in documentation. ( #5689 )
...
Use HTTPS links instead of non-secure HTTP links wherever possible in
documentation.
2019-11-08 09:15:01 +00:00
WinterComes
06fb0764e0
Move get_document_model to __init__ & add get_document_model_string
...
Avoids issues where models are not yet loaded and document model is needed.
- apply isort
- fix minor typos
- fixes #5614
2019-11-07 07:47:12 +10:00
Matt Westcott
e756a1879d
Add release note for dropping Django 2.0 support
2019-11-06 17:10:32 +00:00
Matt Westcott
3e98563340
Drop support for Django 2.0 ( #5684 )
2019-11-06 17:05:04 +00:00
Tom Readings
e75b74911e
Reference the embedly package requirement for embedly finder support ( #5680 )
2019-11-06 17:03:44 +00:00
Fidel Ramos
b9f585a6c9
Compare foreign keys using pk, not id ( #5681 )
...
Trying to compare revisions of a page that includes changes to a foreign key
field of a related model that declared a custom primary key failed with an
uncaught exception.
The root cause was ForeignObjectComparison filtering by the id field, which is
not present in models that declare a custom primary key.
The solution is simply to filter by pk instead of id, which always maps to the
primary key of the corresponding model.
Include a regression unit test.
2019-11-06 17:00:41 +00:00
Matt Westcott
39422b259e
Fill in release date for 2.7
2019-11-06 13:06:22 +00:00
Karl Hobley
5845cfbfe9
Add Recipe doc for implementing AMP on a site ( #5626 )
...
* Add Recipe doc for implementing AMP on a site
* Fix typos
* Add section on using a different page template for AMP
* Move AMP recipe out of images
Not very image specific anymore
* Wording tweaks and grammar fixes
2019-11-05 15:28:45 +00:00
Karl Hobley
e9182553a4
Remove "The"
2019-11-04 10:16:29 +00:00
Nick Smith
1c1341e477
Improve contrast of disabled inputs
...
Fixes #5649
2019-11-03 07:41:08 +10:00
Matt Westcott
6ce9f3a717
Unbundle the l18n library
...
This was previously bundled in #4721 to avoid installation errors on non-Unicode locales. As of v2018.5, this has now been fixed upstream: https://bitbucket.org/tkhyn/l18n/issues/4/setuppy-raises-unicodedecodeerror-trying
isort fix
2019-10-30 08:03:41 +10:00
Karl Hobley
40dbb940e7
Improve diffing behavior for text fields
2019-10-29 17:22:49 -04:00
Karl Hobley
221c3a6da0
Add to settings docs
2019-10-29 13:58:46 +00:00
Karl Hobley
2f93ae56e5
Upgrade consideration
2019-10-29 11:01:44 +00:00
Matt Westcott
8577cc2d02
Remove old versionadded tags in the docs
2019-10-29 08:56:12 +00:00
LB
34db9a394f
Fix contributor name
...
- incorrectly added the issue creator not the PR creator
- updated name to the correct one - Stefani Castellanos
2019-10-29 08:23:44 +10:00
Stefani Castellanos
92864f22b4
Added label 'URL' for external link
...
- Regression - missing label for external link URL field in link chooser
- Resolves #5656
2019-10-29 08:19:31 +10:00