piccolo 1.17.0__tar.gz → 1.17.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {piccolo-1.17.0 → piccolo-1.17.1}/PKG-INFO +1 -1
- piccolo-1.17.1/piccolo/__init__.py +1 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/new.py +1 -1
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/diffable_table.py +10 -3
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/PKG-INFO +1 -1
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/integration/test_migrations.py +19 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/test_diffable_table.py +13 -0
- piccolo-1.17.0/piccolo/__init__.py +0 -1
- {piccolo-1.17.0 → piccolo-1.17.1}/LICENSE +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/README.md +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/commands/new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/commands/show_all.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/commands/templates/piccolo_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/commands/templates/tables.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/app/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/README.md.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_esmerald_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_lilya_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_litestar_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/conftest.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/__init__.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/_blacksheep_endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/_esmerald_endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/_lilya_endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/_litestar_endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/_starlette_endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_migrations/README.md +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/tables.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/templates/base.html.jinja_raw +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/templates/home.html.jinja_raw +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/main.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf_test.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/requirements.txt.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/static/favicon.ico +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/static/main.css +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/commands/dump.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/commands/load.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/commands/shared.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/fixtures/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/meta/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/meta/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/meta/commands/version.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/meta/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/migration_manager.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/operations.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/schema_differ.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/schema_snapshot.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/serialisation.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/auto/serialisation_legacy.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/backwards.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/check.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/clean.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/forwards.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/templates/migration.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/playground/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/playground/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/playground/commands/run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/playground/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/commands/new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/commands/templates/piccolo_conf.py.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/commands/exceptions.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/commands/generate.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/commands/graph.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/commands/templates/graphviz.dot.jinja +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/schema/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/shell/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/shell/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/shell/commands/run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/shell/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/sql_shell/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/sql_shell/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/sql_shell/commands/run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/sql_shell/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/tester/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/tester/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/tester/commands/run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/tester/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/commands/change_password.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/commands/change_permissions.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/commands/create.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/commands/list.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2019-11-14T21-52-21.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2020-06-11T21-38-55.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2021-04-30T16-14-15.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/choices.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/column_types.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/combination.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/date.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/interval.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/time.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/timestamp.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/timestamptz.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/defaults/uuid.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/indexes.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/m2m.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/operators/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/operators/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/operators/comparison.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/operators/math.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/operators/string.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/readable.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/columns/reference.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/conf/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/conf/apps.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/custom_types.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/cockroach.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/exceptions.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/finder.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/postgres.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/engine/sqlite.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/main.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/py.typed +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/aggregate.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/datetime.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/math.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/string.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/functions/type_conversion.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/alter.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/count.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/create.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/create_index.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/delete.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/drop_index.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/exists.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/indexes.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/insert.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/objects.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/raw.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/refresh.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/select.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/table_exists.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/methods/update.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/mixins.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/query/proxy.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/querystring.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/schema.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/table.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/table_reflection.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/testing/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/testing/model_builder.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/testing/random_builder.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/testing/test_case.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/dictionary.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/encoding.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/graphlib/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/graphlib/_graphlib.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/lazy_loader.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/list.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/naming.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/objects.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/printing.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/pydantic.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/repr.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/sql_values.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/sync.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo/utils/warnings.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/SOURCES.txt +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/dependency_links.txt +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/entry_points.txt +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/requires.txt +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/piccolo.egg-info/top_level.txt +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/profiling/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/profiling/run_profile.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/pyproject.toml +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/setup.cfg +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/setup.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/app/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/app/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/app/commands/test_new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/app/commands/test_show_all.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/asgi/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/asgi/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/asgi/commands/test_new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/fixtures/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/fixtures/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/fixtures/commands/test_dump_load.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/fixtures/commands/test_shared.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/meta/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/meta/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/meta/commands/test_version.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/integration/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/test_migration_manager.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/test_schema_differ.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/test_schema_snapshot.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/auto/test_serialisation.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_check.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_clean.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_forwards_backwards.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_migrations/2020-03-31T20-38-22.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_migrations/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/commands/test_new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/migrations/test_migration.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/project/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/project/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/project/commands/test_new.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/schema/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/shell/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/shell/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/shell/commands/test_run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/sql_shell/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/sql_shell/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/sql_shell/commands/test_run.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/tester/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/commands/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/commands/test_change_password.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/commands/test_change_permissions.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/commands/test_create.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/commands/test_list.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/apps/user/test_tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/m2m/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/m2m/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/m2m/test_m2m.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/m2m/test_m2m_schema.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_array.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_bigint.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_boolean.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_bytea.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_choices.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_combination.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_date.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_db_column_name.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_defaults.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_double_precision.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_get_sql_value.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_interval.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_json.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_jsonb.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_numeric.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_primary_key.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_readable.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_real.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_reference.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_reserved_column_names.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_smallint.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_time.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_timestamp.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_timestamptz.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_uuid.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/columns/test_varchar.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/conf/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/conf/example.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/conf/test_apps.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_extra_nodes.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_logging.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_nested_transaction.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_pool.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_transaction.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/engine/test_version_parsing.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/mega/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/mega/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/mega/piccolo_migrations/2021-09-20T21-23-25-698988.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/mega/piccolo_migrations/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/mega/tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/music/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/music/piccolo_app.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/music/tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/example_apps/music/tables_detailed.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/base.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/test_datetime.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/test_functions.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/test_math.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/test_string.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/functions/test_type_conversion.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/mixins/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/mixins/test_columns_delegate.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/mixins/test_order_by_delegate.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_await.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_camelcase.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_freeze.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_gather.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_querystring.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/query/test_slots.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_create.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_get_related.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_get_related_readable.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_instantiate.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_remove.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_save.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/instance/test_to_dict.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_all_columns.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_alter.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_batch.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_callback.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_constructor.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_count.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_create.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_create_db_tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_create_table_class.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_delete.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_drop_db_tables.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_exists.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_from_dict.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_indexes.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_inheritance.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_insert.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_join.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_join_on.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_metaclass.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_objects.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_output.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_raw.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_ref.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_refresh.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_repr.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_select.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_str.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_table_exists.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/table/test_update.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/test_main.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/test_schema.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/testing/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/testing/test_model_builder.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/testing/test_random_builder.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/testing/test_test_case.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/__init__.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_dictionary.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_encoding.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_lazy_loader.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_list.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_naming.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_printing.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_pydantic.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_sql_values.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_sync.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_table_reflection.py +0 -0
- {piccolo-1.17.0 → piccolo-1.17.1}/tests/utils/test_warnings.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__VERSION__ = "1.17.1"
|
@@ -15,7 +15,7 @@ ROUTER_DEPENDENCIES = {
|
|
15
15
|
"fastapi": ["fastapi>=0.112.1"],
|
16
16
|
"blacksheep": ["blacksheep"],
|
17
17
|
"litestar": ["litestar"],
|
18
|
-
"esmerald": ["esmerald"],
|
18
|
+
"esmerald": ["esmerald==3.3.0"],
|
19
19
|
"lilya": ["lilya"],
|
20
20
|
}
|
21
21
|
ROUTERS = list(ROUTER_DEPENDENCIES.keys())
|
@@ -40,10 +40,17 @@ def compare_dicts(
|
|
40
40
|
|
41
41
|
for key, value in dict_1.items():
|
42
42
|
dict_2_value = dict_2.get(key, ...)
|
43
|
+
|
43
44
|
if (
|
44
|
-
|
45
|
-
|
46
|
-
|
45
|
+
# If the value is `...` then it means no value was found.
|
46
|
+
(dict_2_value is ...)
|
47
|
+
# We have to compare the types, because if we just use equality
|
48
|
+
# then 1.0 == 1 is True.
|
49
|
+
# See this issue:
|
50
|
+
# https://github.com/piccolo-orm/piccolo/issues/1071
|
51
|
+
or (type(value) is not type(dict_2_value))
|
52
|
+
# Finally compare the actual values.
|
53
|
+
or (dict_2_value != value)
|
47
54
|
):
|
48
55
|
output[key] = value
|
49
56
|
|
@@ -888,6 +888,25 @@ class TestMigrations(MigrationTestCase):
|
|
888
888
|
]
|
889
889
|
)
|
890
890
|
|
891
|
+
def test_column_type_conversion_integer_float(self):
|
892
|
+
"""
|
893
|
+
Make sure conversion between ``Integer`` and ``Real`` works - related
|
894
|
+
to this bug:
|
895
|
+
|
896
|
+
https://github.com/piccolo-orm/piccolo/issues/1071
|
897
|
+
|
898
|
+
"""
|
899
|
+
self._test_migrations(
|
900
|
+
table_snapshots=[
|
901
|
+
[self.table(column)]
|
902
|
+
for column in [
|
903
|
+
Real(default=1.0),
|
904
|
+
Integer(default=1),
|
905
|
+
Real(default=1.0),
|
906
|
+
]
|
907
|
+
]
|
908
|
+
)
|
909
|
+
|
891
910
|
def test_column_type_conversion_json(self):
|
892
911
|
self._test_migrations(
|
893
912
|
table_snapshots=[
|
@@ -73,6 +73,19 @@ class TestCompareDicts(TestCase):
|
|
73
73
|
response = compare_dicts(dict_1, dict_2)
|
74
74
|
self.assertEqual(response, {"a": OnDelete.set_default})
|
75
75
|
|
76
|
+
def test_numeric_values(self):
|
77
|
+
"""
|
78
|
+
Make sure that if we have two numbers which are equal, but different
|
79
|
+
types, then they are identified as being different.
|
80
|
+
|
81
|
+
https://github.com/piccolo-orm/piccolo/issues/1071
|
82
|
+
|
83
|
+
"""
|
84
|
+
dict_1 = {"a": 1}
|
85
|
+
dict_2 = {"a": 1.0}
|
86
|
+
response = compare_dicts(dict_1, dict_2)
|
87
|
+
self.assertEqual(response, {"a": 1})
|
88
|
+
|
76
89
|
|
77
90
|
class TestDiffableTable(TestCase):
|
78
91
|
def test_subtract(self):
|
@@ -1 +0,0 @@
|
|
1
|
-
__VERSION__ = "1.17.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_esmerald_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_lilya_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_litestar_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/conftest.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/__init__.py.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/home/tables.py.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/requirements.txt.jinja
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/asgi/commands/templates/app/static/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/migrations/commands/templates/migration.py.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/project/commands/templates/piccolo_conf.py.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2019-11-14T21-52-21.py
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2020-06-11T21-38-55.py
RENAMED
File without changes
|
{piccolo-1.17.0 → piccolo-1.17.1}/piccolo/apps/user/piccolo_migrations/2021-04-30T16-14-15.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|