Karl Hobley
4300e19da2
Rename wagtail.wagtailcore to wagtail.core
2017-11-26 22:43:47 +00:00
Matt Westcott
026346b977
Mention Slack in readme
2017-11-23 17:35:55 +00:00
LB (Ben Johnston)
fbd317e6b9
Fix issues with 'Customising generated forms'
...
The 'Customising generated forms' example contains a few issues that might confuse those who are copy/pasting the code.
1. No reference to the `geocode` library and where it comes from, added imports and revised API usage
2. `location = models.CharField()` requires the `max_length` attribute set
3. `FieldPanel('title')` added to content panels, otherwise testing this out causes error because no title or slug exists
These issues were flagged in #3737
2017-11-23 17:30:14 +00:00
Bertrand Bordage
8d31cd4707
test_search_count is now working on PostgreSQL.
2017-11-23 15:30:35 +01:00
Karl Hobley
49b28311fc
Changelog/release note for #3951
2017-11-23 09:48:19 +00:00
Bertrand Bordage
b380703bcf
Fixes the function to get ancestors content types.
2017-11-23 09:46:27 +00:00
Bertrand Bordage
7238125e4b
Prevents PostgreSQL from duplicating ancestor and descendant entries of a same instance.
2017-11-23 09:46:27 +00:00
Bertrand Bordage
50a52c20a6
#3583 release notes.
2017-11-22 18:06:25 +01:00
Bertrand Bordage
41ed24d294
Merge pull request #3583 from BertrandBordage/simplify-preview-storage
...
Simplifies & optimizes preview data storage.
2017-11-22 18:04:52 +01:00
Bertrand Bordage
c5593ac49a
Changelog for #3936 .
2017-11-22 17:04:48 +01:00
Bertrand Bordage
f944d78ade
Merge pull request #3936 from wagtail/form-submissions-pagination
...
Fixes form submissions pagination
2017-11-22 17:01:36 +01:00
Bertrand Bordage
3922bcf258
Fixes first preview.
2017-11-22 17:00:21 +01:00
Bertrand Bordage
c04024580a
Merge branch 'master' into simplify-preview-storage
...
# Conflicts:
# wagtail/wagtailadmin/views/pages.py
2017-11-22 16:58:22 +01:00
Bertrand Bordage
3baceb9647
Removes PreviewOnEdit.is_form_valid(…).
2017-11-22 16:28:44 +01:00
LB (Ben Johnston)
ebc423e91a
Add instructions on how to do test app migrations
...
Previously answered [here](https://github.com/wagtail/wagtail/pull/4024#issuecomment-345267222 ) and [here](https://groups.google.com/forum/#!msg/wagtail-developers/P6x9N5qzq-I/0gbRzWgBBgAJ ). Just adding this into these docs for future contributors.
2017-11-19 09:08:01 +00:00
LB (Ben Johnston)
76e59aae2c
Fix forms docs link in readme
...
Fixes #4043
2017-11-19 09:02:38 +00:00
Matt Westcott
392cd21014
Improve description of real-soon-now milestone
2017-11-17 14:39:12 +00:00
Thibaud Colas
c9095445cb
Process CSS with cssnano in development build
2017-11-17 14:38:19 +00:00
Matt Westcott
97c98e170a
Fill in release date for 1.13.1
2017-11-17 11:15:34 +00:00
Matt Westcott
ae0d7e6149
Fill in release date for 1.12.3
2017-11-17 11:15:11 +00:00
Matt Westcott
9613bc087d
Release notes for #4028
2017-11-17 10:58:05 +00:00
Matt Westcott
b4f2017123
Release notes for #4027
2017-11-17 10:58:05 +00:00
Matt Westcott
970f26249b
Release note for #4017
2017-11-16 17:08:34 +00:00
Matt Westcott
4cceba80f1
Release note for #4018
2017-11-16 17:08:34 +00:00
Matt Westcott
1035a83b80
Add LB Johnston to core team
2017-11-15 21:52:37 +00:00
Matt Westcott
676a5edee3
Mention Slack on support documentation
2017-11-15 21:06:45 +00:00
Matt Westcott
e8720c7627
Release note for #4007
2017-11-14 20:12:32 +00:00
LB
7969cc4e7b
add tests for incorrect image tag usage
2017-11-14 20:10:45 +00:00
LB
08a80bd2cc
add extra template validation before parsing filter specs
2017-11-14 20:10:45 +00:00
LB
8f1f7a63d1
Add explicit requirement for image and filter
2017-11-14 20:10:45 +00:00
LB
48b6a1b067
add note about django-treebeard api
2017-11-12 18:13:23 +00:00
Martin Sandström
345b527ca2
Fix syntax error in ImageRenditionField example
2017-11-12 18:07:38 +00:00
Matt Westcott
501273f3d8
release note for #3987
2017-11-10 11:14:27 +00:00
LB
de08545d69
Add testapp migratin for PageWithExcludedCopyField
2017-11-10 11:12:16 +00:00
LB
f4bf249e31
update test for excluded fields on copy
2017-11-10 11:12:16 +00:00
LB
2b2445ad36
PageWithExcludedCopyField -allow blank value on excluded field
2017-11-10 11:12:16 +00:00
LB
e22545c87b
add test for excluding fields in page copies
2017-11-10 11:12:16 +00:00
LB
4f79695d10
import PageWithExcludedCopyField for testing
2017-11-10 11:12:16 +00:00
LB
0d0d20a59b
add PageWithExcludedCopyField test model
2017-11-10 11:02:56 +00:00
LB
36d06ae105
add exclude_fields_in_copy to core page model
2017-11-10 11:02:55 +00:00
LB
d31f600714
Page copy method to use exclude_fields_in_copy
2017-11-10 11:02:55 +00:00
LB
cd924d0948
add docs for exclude_fields_in_copy
2017-11-10 11:02:55 +00:00
Matt Westcott
2231906ebe
Remove py2 fallback code from wagtail.wagtailcore.tests.test_tests
2017-11-09 11:12:01 +00:00
Matt Westcott
c9cf1536e1
Eliminate references to django.utils.six.BytesIO
2017-11-09 11:12:01 +00:00
Matt Westcott
26036f3031
Eliminate references to django.utils.six.string_types
2017-11-09 11:12:01 +00:00
Matt Westcott
5bd79aed1c
Eliminate references to django.utils.six.StringIO
2017-11-09 11:12:01 +00:00
Matt Westcott
2828cc6d40
Eliminate references to django.utils.six.iteritems
2017-11-09 11:12:01 +00:00
Matt Westcott
089eddc47a
Eliminate references to django.utils.six.text_type
2017-11-09 11:12:01 +00:00
Matt Westcott
a2dc9926fd
Eliminate references to django.utils.six.moves
2017-11-09 11:12:01 +00:00
Matt Westcott
6dc89c1f7f
Remove Tim Heap from core team (hopefully only temporarily...)
2017-11-08 11:00:23 +00:00