Matt Westcott
fc308c9ced
Add setting to disable Unicode slug support #2937
...
* Ship our own copies of urlify.js and xregexp.min.js
This avoids issues with missing files when using Django 1.8 or omitting django.contrib.admin from INSTALLED_APPS (#2927 ), and guards against any breaking changes to these files in future Django releases.
* Add a WAGTAIL_ALLOW_UNICODE_SLUGS setting
2016-08-25 19:03:37 +03:00
Janneke Janssen
06bfa43782
Documented the settings variable for WAGTAIL_USAGE_COUNT_ENABLED ( #2706 )
2016-06-13 20:47:27 +01:00
Janneke Janssen
978cef5218
Documented the WAGTAILIMAGES_MAX_UPLOAD_SIZE ( #2683 )
2016-06-05 18:16:13 +01:00
Matt Westcott
6ff98a543b
Move custom user forms example to a new page under advanced_topics/customisation
2016-05-12 15:34:14 +01:00
nfletton
c4feb6462f
Add ability to override user creation and edit forms to allow custom user model
...
fields to be edited via Wagtail admin.
2016-05-12 15:34:14 +01:00
Robert Rollins
11793f88c5
Changed indentation on all code samples to 4 spaces.
...
Most of the samples were already 4-space indented, but a few were using 2-space,
which is both inconsistent and, when it happened with Python code samples,
incompatible with PEP8.
2016-04-28 10:57:22 +01:00
Andrew T. Baker
228088d33d
Add WAGTAIL_APPEND_SLASH setting
2016-04-25 23:12:57 +01:00
Mikalai Radchuk
72d9ae81b5
Release notes for #2253
2016-03-04 00:02:09 +03:00
Mike Dingjan
1f65a4aae6
updated documentation regarding html notifications
2016-03-03 23:05:34 +03:00
Matt Westcott
20b42ad7d9
Remove django-compressor references from the 'Configuring Django' docs
2016-02-04 15:31:03 +00:00
Karl Hobley
be82fa975d
Removed django-compressor
2016-02-03 16:16:11 +00:00
Matt Westcott
88078ac389
Reorder INSTALLED_APPS to put most specific apps first
2016-01-21 10:18:48 +00:00
Matt Westcott
7c211e7ec0
Update settings in 'configuring Django' docs for Django 1.9
2016-01-20 20:11:40 +00:00
Tom Dyson
ef58ea3429
Document setting for case-insensitive tags
2015-11-30 18:07:08 +00:00
Matt Westcott
d24081e432
Set WAGTAIL_PASSWORD_RESET_ENABLED to default to the value of WAGTAIL_PASSWORD_MANAGEMENT_ENABLED
2015-11-18 12:07:49 +00:00
John Draper
673ea92ee2
Document password management settings
2015-11-18 12:03:52 +00:00
Anurag Sharma
5915ec1f0e
Changed EMBEDLY_KEY to WAGTAILEMBEDS_EMBEDY_KEY
2015-10-07 20:44:15 +05:30
Tim Heap
bc6b5a8a6c
Normalise all code blocks in the docs
...
All `.. code::` instances have been changed to use `.. code-block::`,
and have been properly formatted. The syntax names have been normalised,
so all django templates use the `html+django` syntax, shell commands use
`sh`, and plain text uses `text`.
2015-10-05 16:55:58 +01:00
Matt Westcott
f99141afc2
'extremely basic information' -> 'the hostname of your Wagtail site'
2015-07-15 17:12:19 +01:00
Matt Westcott
66e6c58b5b
Merge branch 'search-config-tweak' of https://github.com/kaedroho/wagtail into kaedroho-search-config-tweak
...
Conflicts:
docs/search/backends.rst
wagtail/wagtailsearch/tests/test_backends.py
2015-06-26 16:33:21 +01:00
Karl Hobley
1ba7e645fd
Renamed howto to advanced topics
2015-05-28 12:58:50 +01:00