wagtail/docs/advanced_topics/customisation
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
..
admin_templates.rst Remove more Django 1.8 references from docs 2017-10-25 16:15:02 +01:00
custom_user_models.rst Remove more Django 1.8 references from docs 2017-10-25 16:15:02 +01:00
index.rst Document new blocks in login template 2016-11-28 12:41:06 +00:00
page_editing_interface.rst Fix issues with 'Customising generated forms' 2017-11-23 17:30:14 +00:00