wagtail/wagtail/admin
Matt Westcott 0aced66fe3 fix isort
2018-04-20 12:50:59 +01:00
..
api Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
locale Fetch new translations from Transifex 2018-02-27 19:29:55 +00:00
migrations Removed __future__ imports 2017-11-27 02:18:30 +00:00
rich_text Ensure order of headings features is consistent for HalloJS 2018-04-06 16:22:13 +10:00
static_src/wagtailadmin Expose reusable client-side code to build Draftail extensions (#4467) 2018-04-18 00:27:07 +03:00
templates/wagtailadmin Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
templatetags Add icon template tag with accessibility options (PoC) (#4381) 2018-04-08 23:41:24 +03:00
tests Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
urls Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
views Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
viewsets Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
.gitignore Rename wagtail.wagtailadmin to wagtail.admin 2017-11-26 22:43:47 +00:00
__init__.py Rename wagtail.wagtailadmin to wagtail.admin 2017-11-26 22:43:47 +00:00
apps.py Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
blocks.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
checks.py Simplifies edit handlers by removing redundant classes. 2018-01-13 17:21:36 +00:00
compare.py compare related models using PK not ID 2018-01-10 15:30:37 +00:00
datetimepicker.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
decorators.py fix isort 2018-04-20 12:50:59 +01:00
edit_handlers.py Fix non-model form fields being compared. Fixes #3737 2018-04-17 12:21:12 +01:00
forms.py Prevents accounts leak through the password reset form. 2018-03-08 16:07:55 +00:00
jinja2tags.py Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
menu.py Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
messages.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
modal_workflow.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
models.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
navigation.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
search.py Don't inherit from object 2017-11-27 10:06:03 +00:00
signals.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
site_summary.py make site summary panel respect user privileges 2018-04-13 14:36:13 +01:00
userbar.py Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
utils.py Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
wagtail_hooks.py Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
widgets.py Reinstate isort 2018-01-25 17:23:37 +00:00