LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/django_trim.egg-info/PKG-INFO
src/django_trim.egg-info/SOURCES.txt
src/django_trim.egg-info/dependency_links.txt
src/django_trim.egg-info/entry_points.txt
src/django_trim.egg-info/top_level.txt
src/trim/__init__.py
src/trim/admin.py
src/trim/apps.py
src/trim/context.py
src/trim/cuts.py
src/trim/execute.py
src/trim/names.py
src/trim/oven.py
src/trim/perms.py
src/trim/rand.py
src/trim/response.py
src/trim/shorts.py
src/trim/signals.py
src/trim/strings.py
src/trim/tests.py
src/trim/urls.py
src/trim/cli/__init__.py
src/trim/cli/base.py
src/trim/cli/primary.py
src/trim/cli/run.py
src/trim/forms/fields.py
src/trim/forms/widgets.py
src/trim/management/commands/__init__.py
src/trim/management/commands/gen_doc.py
src/trim/migrations/__init__.py
src/trim/models/__init__.py
src/trim/models/auto.py
src/trim/models/base.py
src/trim/models/live.py
src/trim/models/fields/__init__.py
src/trim/models/fields/base.py
src/trim/models/fields/django.py
src/trim/models/fields/wagtail.py
src/trim/models/panels/__init__.py
src/trim/models/panels/wagtail.py
src/trim/static/js/ajax-form.js
src/trim/static/js/form-drop-zones.js
src/trim/static/js/toggle-links.js
src/trim/static/short/css/new-crud-form.css
src/trim/templates/trim/css_link.html
src/trim/templates/trim/generic-form.html
src/trim/templates/trim/js_link.html
src/trim/templates/trim/link.html
src/trim/templates/trim/quickform.html
src/trim/templates/trim/script_link.html
src/trim/templates/trim/crud/archive_day.html
src/trim/templates/trim/crud/archive_month.html
src/trim/templates/trim/crud/archive_year.html
src/trim/templates/trim/crud/base.html
src/trim/templates/trim/crud/confirm_delete.html
src/trim/templates/trim/crud/create.html
src/trim/templates/trim/crud/detail.html
src/trim/templates/trim/crud/form-page.html
src/trim/templates/trim/crud/form.html
src/trim/templates/trim/crud/formset.html
src/trim/templates/trim/crud/list.html
src/trim/templates/trim/crud/object.html
src/trim/templates/trim/crud/update.html
src/trim/templates/trim/errors/404.html
src/trim/templates/trim/errors/500.html
src/trim/templates/trim/errors/error_base.html
src/trim/templatetags/__init__.py
src/trim/templatetags/datetime.py
src/trim/templatetags/link.py
src/trim/templatetags/quickforms.py
src/trim/templatetags/stock.py
src/trim/templatetags/strings.py
src/trim/templatetags/trim.py
src/trim/templatetags/trim_slots.py
src/trim/theming/__init__.py
src/trim/theming/admin.py
src/trim/theming/apps.py
src/trim/theming/builtins.py
src/trim/theming/config.py
src/trim/theming/context.py
src/trim/theming/models.py
src/trim/theming/tests.py
src/trim/theming/views.py
src/trim/theming/migrations/__init__.py
src/trim/theming/templates/x_theme/detail-double-header.html
src/trim/theming/templates/x_theme/detail.html
src/trim/theming/templates/x_theme/form-page.html
src/trim/theming/templates/x_theme/form.html
src/trim/theming/templates/x_theme/formset.html
src/trim/theming/templates/x_theme/list.html
src/trim/theming/templates/x_theme/page.html
src/trim/theming/templates/x_theme/forms/plain.html
src/trim/theming/templates/x_theme/list/object_list.html
src/trim/theming/templatetags/theming.py
src/trim/views/__init__.py
src/trim/views/auth.py
src/trim/views/base.py
src/trim/views/ordering.py
src/trim/views/serialized.py
src/trim/views/errors/__init__.py
src/trim/views/errors/custom404.py
src/trim/wagtail/__init__.py
src/trim/wagtail/blocks.py
src/trim/wagtail/markdown.py