wagtail/wagtail/wagtailadmin
Martin Hill 9f5ce0755a Fixed RuntimeError: dictionary changed size during iteration, raised while purging stale preview data from session
Added TestPreview.test_preview_on_edit_expiry to exercise PreviewOnEdit.remove_old_preview_data
Added freezegun package in testing_extras
2017-05-10 11:28:45 +02:00
..
api Added parse_boolean function 2016-07-29 10:39:48 +03:00
locale Pull new translations from Transifex 2017-05-03 12:12:22 +01:00
migrations Make wagtailadmin depend on wagtailcore 0026, fixes #2529 2016-08-11 11:50:01 +01:00
static_src/wagtailadmin Fix reorder past a deleted item 2017-04-19 14:42:11 +01:00
templates/wagtailadmin Adds user-prefered admin language (#3310). 2017-04-19 14:48:06 +02:00
templatetags New admin preview (#3383) 2017-04-12 16:35:38 +01:00
tests Fixed RuntimeError: dictionary changed size during iteration, raised while purging stale preview data from session 2017-05-10 11:28:45 +02:00
urls Adds user-prefered admin language (#3310). 2017-04-19 14:48:06 +02:00
views Fixed RuntimeError: dictionary changed size during iteration, raised while purging stale preview data from session 2017-05-10 11:28:45 +02:00
.gitignore Move all static assets to static_src, compile to static 2015-05-01 08:53:04 +10:00
__init__.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
apps.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
blocks.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
checks.py Move tests for Page.base_form_class / get_form_class to wagtailadmin - fixes #2428 2016-05-03 12:12:10 +01:00
compare.py Support comparison of M2M relations 2017-02-06 11:29:17 +00:00
datetimepicker.py Adds support for custom date and datetime formats (#2595) 2017-03-31 16:30:27 +01:00
decorators.py Return a 403 response for unauthenticated ajax requests 2017-04-20 16:57:12 +01:00
edit_handlers.py Revert "Fixes ticket #2251. Implemented is_multipart on EditHandler and created tests." (#3519) 2017-03-30 14:16:46 +01:00
forms.py Throw a form validation error when recursively copying a page to self 2017-04-10 21:50:23 +01:00
jinja2tags.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
menu.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
messages.py Add a separate 'detail' section to message rendering 2017-03-13 17:10:06 +01:00
modal_workflow.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
models.py Move tests for Page.base_form_class / get_form_class to wagtailadmin - fixes #2428 2016-05-03 12:12:10 +01:00
navigation.py Add convenience method for finding root page to navigation.py. Add context variables to home renderer. 2017-01-24 14:16:31 +00:00
rich_text.py Allow passing of options into Rich Text Editor. 2016-09-14 15:33:45 +01:00
search.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
signals.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
site_summary.py Do not show summary items if user has no permissions 2017-03-30 17:34:29 +01:00
userbar.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
utils.py Return 403 error when user's AJAX requests don't pass checks 2017-04-20 16:57:12 +01:00
wagtail_hooks.py Hide page search from users without any permissions 2017-03-30 17:21:14 +01:00
widgets.py Adds support for custom date and datetime formats (#2595) 2017-03-31 16:30:27 +01:00