wagtail/docs/advanced_topics
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
..
api Fix syntax error in ImageRenditionField example 2017-11-12 18:07:38 +00:00
customisation Fix issues with 'Customising generated forms' 2017-11-23 17:30:14 +00:00
documents Remove docs for setting up post_delete signals on custom document models 2017-09-13 21:36:55 +01:00
i18n Remove SessionAuthenticationMiddleware from project template and docs. 2017-10-04 16:14:34 +01:00
images Replace `django.core.urlresolvers` with `django.urls` 2017-11-01 16:22:46 +00:00
deploying.rst Added PythonAnywhere deployment infos including the wagtail-pythonanywhere-quickstart project 2017-10-03 15:54:33 +01:00
embeds.rst
index.rst
jinja2.rst Remove more Django 1.8 references from docs 2017-10-25 16:15:02 +01:00
performance.rst
privacy.rst
settings.rst Move Usage info (Documents, Images) to sidebar 2017-10-26 14:34:58 +01:00
testing.rst
third_party_tutorials.rst