wagtail/wagtail
Karl Hobley ebecaf6a5b Prevent search engines from indexing admin pages
According to a google search I just did, it seems a lot of people have forgotten to add ``Disallow: /admin`` in their robots.txt (or forgot to add robots.txt) at all.

Adding this meta tag into the head of all admin pages should prevent any admin pages being indexed even if this was missed.
2018-08-09 16:30:33 +01:00
..
admin Prevent search engines from indexing admin pages 2018-08-09 16:30:33 +01:00
api return none if page specific_class is not set in PageTypeField to_representation 2018-06-21 10:12:44 +01:00
bin Add Python 2 check to wagtail command 2018-03-23 12:28:57 +00:00
contrib Define sortable_by on modeladmin.views.IndexView for Django 2.1 compatibility 2018-08-09 00:34:38 +01:00
core Update BlockWidget to accept a renderer kwarg to render and render_with_errors 2018-08-08 19:47:00 +01:00
documents Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
embeds Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
images Added a simple scale filter to image_operations. 2018-08-09 16:11:39 +01:00
project_template Stop ignoring failures on Django 2.1 / specify Django 2.1 in project template 2018-08-09 00:34:38 +01:00
search Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
sites Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
snippets Fetch new translations from Transifex 2018-08-06 13:11:23 +01:00
tests Perform rich text data conversion in the standard format_value method 2018-08-08 19:47:00 +01:00
users Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs 2018-08-09 00:34:38 +01:00
utils Fix WidgetWithScript to accept renderer kwarg 2018-08-08 19:47:00 +01:00
__init__.py Version bump to start work on 2.3 2018-07-31 10:55:04 +01:00