Alexandre Silva
|
791a9c003a
|
Changed validation on _new_route to check if the object is an instance of RoutablePageMixin
|
2017-05-09 12:44:12 +01:00 |
|
Alexandre Silva
|
5361ae777f
|
Merge pull request #119 from dwasyl/routing-for-routablepages
Added routing for RoutablePages
|
2017-05-09 12:42:24 +01:00 |
|
Alexandre Silva
|
024a407cf3
|
Added RichTextFieldPanel to the default simple panel classes
|
2017-05-08 15:08:26 +01:00 |
|
David
|
2950a8f75b
|
Added routing for RoutablePages
|
2017-04-27 23:26:00 -06:00 |
|
David
|
ce969d8581
|
Remove extraneous children
|
2017-04-27 23:21:16 -06:00 |
|
Alexandre Silva
|
f2a9b647d9
|
Added setting to define custom simple and composed panels to be patched.
|
2017-03-10 16:43:19 +00:00 |
|
Alexandre Silva
|
f331ac3643
|
Fixed related model field for inline panel patching in Django 1.8.
|
2017-03-06 14:56:24 +00:00 |
|
Alexandre Silva
|
68a8dcd862
|
Compatibility with Python 3.
|
2017-03-06 14:16:20 +00:00 |
|
Alexandre Silva
|
f3396fbb5e
|
Fixed duplicate slug validation.
|
2017-03-06 09:49:48 +00:00 |
|
Alexandre Silva
|
c216ffdc7b
|
Fixed patched set_url_method to update the url_path for the page children.
|
2017-03-03 16:33:26 +00:00 |
|
Alexandre Silva
|
32d902b049
|
Code cleanup.
|
2017-03-03 11:10:27 +00:00 |
|
Alexandre Silva
|
b28e8d4781
|
Patching of panels when the model has a custom edit_handler.
|
2017-03-03 10:08:43 +00:00 |
|
Alexandre Silva
|
498e0d33f6
|
Simplified process to make a translated field required.
Removed unnecessary logic from __init__ in WagtailTranslationOptions.
|
2017-03-01 11:51:21 +00:00 |
|
Alexandre Silva
|
564469266b
|
Fixed the search_fields patching for the new implementation.
Renamed PageTranslationOptions to WagtailTranslationOptions.
|
2017-02-23 15:55:26 +00:00 |
|
Alexandre Silva
|
f43d8a4bad
|
Refactoring of the panel patching functions.
|
2017-02-23 11:49:34 +00:00 |
|
Alexandre Silva
|
a65b559fe2
|
Removed fallback to older wagtail versions.
|
2017-02-21 15:16:10 +00:00 |
|
Alexandre Silva
|
08382f82b6
|
Refactored all existing code to use modeltranslation as a dependency.
|
2017-02-21 12:53:40 +00:00 |
|