piccolo 1.12.0__tar.gz → 1.13.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.12.0 → piccolo-1.13.1}/PKG-INFO +1 -1
- piccolo-1.13.1/piccolo/__init__.py +1 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/column_types.py +4 -7
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/reference.py +3 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/select.py +7 -1
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/pydantic.py +1 -1
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/PKG-INFO +1 -1
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_reference.py +34 -1
- piccolo-1.12.0/piccolo/__init__.py +0 -1
- {piccolo-1.12.0 → piccolo-1.13.1}/LICENSE +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/README.md +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/commands/new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/commands/show_all.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/commands/templates/piccolo_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/commands/templates/tables.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/app/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/README.md.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_esmerald_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_lilya_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_litestar_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/conftest.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/__init__.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/_blacksheep_endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/_esmerald_endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/_lilya_endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/_litestar_endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/_starlette_endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_migrations/README.md +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/tables.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/templates/base.html.jinja_raw +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/templates/home.html.jinja_raw +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/main.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf_test.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/requirements.txt.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/static/favicon.ico +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/static/main.css +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/commands/dump.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/commands/load.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/commands/shared.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/fixtures/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/meta/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/meta/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/meta/commands/version.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/meta/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/diffable_table.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/migration_manager.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/operations.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/schema_differ.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/schema_snapshot.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/serialisation.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/auto/serialisation_legacy.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/backwards.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/check.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/clean.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/forwards.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/commands/templates/migration.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/migrations/tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/playground/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/playground/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/playground/commands/run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/playground/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/project/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/project/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/project/commands/new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/project/commands/templates/piccolo_conf.py.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/project/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/commands/exceptions.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/commands/generate.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/commands/graph.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/commands/templates/graphviz.dot.jinja +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/schema/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/shell/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/shell/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/shell/commands/run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/shell/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/sql_shell/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/sql_shell/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/sql_shell/commands/run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/sql_shell/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/tester/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/tester/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/tester/commands/run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/tester/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/commands/change_password.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/commands/change_permissions.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/commands/create.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/commands/list.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/2019-11-14T21-52-21.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/2020-06-11T21-38-55.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/2021-04-30T16-14-15.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/choices.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/combination.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/date.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/interval.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/time.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/timestamp.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/timestamptz.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/defaults/uuid.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/indexes.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/m2m.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/operators/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/operators/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/operators/comparison.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/operators/math.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/operators/string.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/columns/readable.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/conf/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/conf/apps.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/custom_types.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/cockroach.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/exceptions.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/finder.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/postgres.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/engine/sqlite.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/main.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/py.typed +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/aggregate.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/datetime.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/math.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/string.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/functions/type_conversion.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/alter.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/count.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/create.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/create_index.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/delete.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/drop_index.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/exists.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/indexes.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/insert.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/objects.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/raw.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/refresh.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/table_exists.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/methods/update.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/mixins.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/query/proxy.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/querystring.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/schema.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/table.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/table_reflection.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/testing/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/testing/model_builder.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/testing/random_builder.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/dictionary.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/encoding.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/graphlib/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/graphlib/_graphlib.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/lazy_loader.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/list.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/naming.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/objects.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/printing.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/repr.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/sql_values.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/sync.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo/utils/warnings.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/SOURCES.txt +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/dependency_links.txt +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/entry_points.txt +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/requires.txt +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/piccolo.egg-info/top_level.txt +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/profiling/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/profiling/run_profile.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/pyproject.toml +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/setup.cfg +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/setup.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/app/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/app/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/app/commands/test_new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/app/commands/test_show_all.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/asgi/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/asgi/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/asgi/commands/test_new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/fixtures/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/fixtures/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/fixtures/commands/test_dump_load.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/fixtures/commands/test_shared.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/meta/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/meta/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/meta/commands/test_version.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/integration/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/integration/test_migrations.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/test_diffable_table.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/test_migration_manager.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/test_schema_differ.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/test_schema_snapshot.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/auto/test_serialisation.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_check.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_clean.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_forwards_backwards.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_migrations/2020-03-31T20-38-22.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_migrations/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/commands/test_new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/migrations/test_migration.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/project/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/project/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/project/commands/test_new.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/schema/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/shell/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/shell/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/shell/commands/test_run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/sql_shell/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/sql_shell/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/sql_shell/commands/test_run.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/tester/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/commands/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/commands/test_change_password.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/commands/test_change_permissions.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/commands/test_create.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/commands/test_list.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/apps/user/test_tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/m2m/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/m2m/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/m2m/test_m2m.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/m2m/test_m2m_schema.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_array.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_bigint.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_boolean.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_bytea.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_choices.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_combination.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_date.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_db_column_name.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_defaults.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_double_precision.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_get_sql_value.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_interval.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_json.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_jsonb.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_numeric.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_primary_key.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_readable.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_real.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_reserved_column_names.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_smallint.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_time.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_timestamp.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_timestamptz.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_uuid.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/columns/test_varchar.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/conf/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/conf/example.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/conf/test_apps.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_extra_nodes.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_logging.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_nested_transaction.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_pool.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_transaction.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/engine/test_version_parsing.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/mega/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/mega/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/mega/piccolo_migrations/2021-09-20T21-23-25-698988.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/mega/piccolo_migrations/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/mega/tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/music/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/music/piccolo_app.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/music/tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/example_apps/music/tables_detailed.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/base.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/test_datetime.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/test_functions.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/test_math.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/test_string.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/functions/test_type_conversion.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/mixins/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/mixins/test_columns_delegate.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/mixins/test_order_by_delegate.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_await.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_camelcase.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_freeze.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_gather.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_querystring.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/query/test_slots.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_create.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_get_related.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_get_related_readable.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_instantiate.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_remove.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_save.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/instance/test_to_dict.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_all_columns.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_alter.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_batch.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_callback.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_constructor.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_count.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_create.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_create_db_tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_create_table_class.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_delete.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_drop_db_tables.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_exists.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_from_dict.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_indexes.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_inheritance.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_insert.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_join.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_join_on.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_metaclass.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_objects.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_output.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_raw.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_ref.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_refresh.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_repr.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_select.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_str.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_table_exists.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/table/test_update.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/test_main.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/test_schema.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/testing/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/testing/test_model_builder.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/testing/test_random_builder.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/__init__.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_dictionary.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_encoding.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_lazy_loader.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_list.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_naming.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_printing.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_pydantic.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_sql_values.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_sync.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_table_reflection.py +0 -0
- {piccolo-1.12.0 → piccolo-1.13.1}/tests/utils/test_warnings.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__VERSION__ = "1.13.1"
|
@@ -363,7 +363,7 @@ class Email(Varchar):
|
|
363
363
|
Used for storing email addresses. It's identical to :class:`Varchar`,
|
364
364
|
except when using :func:`create_pydantic_model <piccolo.utils.pydantic.create_pydantic_model>` -
|
365
365
|
we add email validation to the Pydantic model. This means that :ref:`PiccoloAdmin`
|
366
|
-
also validates
|
366
|
+
also validates email addresses.
|
367
367
|
""" # noqa: E501
|
368
368
|
|
369
369
|
pass
|
@@ -2183,7 +2183,7 @@ class ForeignKey(Column, t.Generic[ReferencedTable]):
|
|
2183
2183
|
# If the ForeignKey is using a lazy reference, we need to set the
|
2184
2184
|
# attributes here. Attributes starting with an underscore are
|
2185
2185
|
# unlikely to be column names.
|
2186
|
-
if not name.startswith("
|
2186
|
+
if not name.startswith("_") and name not in dir(self):
|
2187
2187
|
try:
|
2188
2188
|
_foreign_key_meta = object.__getattribute__(
|
2189
2189
|
self, "_foreign_key_meta"
|
@@ -2196,12 +2196,9 @@ class ForeignKey(Column, t.Generic[ReferencedTable]):
|
|
2196
2196
|
):
|
2197
2197
|
object.__getattribute__(self, "set_proxy_columns")()
|
2198
2198
|
|
2199
|
-
|
2200
|
-
value = object.__getattribute__(self, name)
|
2201
|
-
except AttributeError:
|
2202
|
-
raise AttributeError
|
2199
|
+
value = object.__getattribute__(self, name)
|
2203
2200
|
|
2204
|
-
if name
|
2201
|
+
if name.startswith("_"):
|
2205
2202
|
return value
|
2206
2203
|
|
2207
2204
|
foreignkey_class: t.Type[ForeignKey] = object.__getattribute__(
|
@@ -36,7 +36,13 @@ if t.TYPE_CHECKING: # pragma: no cover
|
|
36
36
|
from piccolo.table import Table # noqa
|
37
37
|
|
38
38
|
# Here to avoid breaking changes - will be removed in the future.
|
39
|
-
from piccolo.query.functions.aggregate import
|
39
|
+
from piccolo.query.functions.aggregate import ( # noqa: F401
|
40
|
+
Avg,
|
41
|
+
Count,
|
42
|
+
Max,
|
43
|
+
Min,
|
44
|
+
Sum,
|
45
|
+
)
|
40
46
|
|
41
47
|
|
42
48
|
class SelectRaw(Selectable):
|
@@ -206,7 +206,7 @@ def create_pydantic_model(
|
|
206
206
|
###########################################################################
|
207
207
|
|
208
208
|
columns: t.Dict[str, t.Any] = {}
|
209
|
-
validators: t.Dict[str,
|
209
|
+
validators: t.Dict[str, t.Callable] = {}
|
210
210
|
|
211
211
|
piccolo_columns = tuple(
|
212
212
|
table._meta.columns
|
@@ -5,10 +5,41 @@ piccolo/columns/test_foreignkey.py
|
|
5
5
|
|
6
6
|
from unittest import TestCase
|
7
7
|
|
8
|
+
from piccolo.columns import ForeignKey, Varchar
|
8
9
|
from piccolo.columns.reference import LazyTableReference
|
10
|
+
from piccolo.table import Table
|
11
|
+
from tests.base import TableTest
|
9
12
|
|
10
13
|
|
11
|
-
class
|
14
|
+
class Band(Table):
|
15
|
+
manager: ForeignKey["Manager"] = ForeignKey(
|
16
|
+
LazyTableReference("Manager", module_path=__name__)
|
17
|
+
)
|
18
|
+
name = Varchar()
|
19
|
+
|
20
|
+
|
21
|
+
class Manager(Table):
|
22
|
+
name = Varchar()
|
23
|
+
|
24
|
+
|
25
|
+
class TestQueries(TableTest):
|
26
|
+
tables = [Band, Manager]
|
27
|
+
|
28
|
+
def setUp(self):
|
29
|
+
super().setUp()
|
30
|
+
manager = Manager({Manager.name: "Guido"})
|
31
|
+
manager.save().run_sync()
|
32
|
+
band = Band({Band.name: "Pythonistas", Band.manager: manager})
|
33
|
+
band.save().run_sync()
|
34
|
+
|
35
|
+
def test_select(self):
|
36
|
+
self.assertListEqual(
|
37
|
+
Band.select(Band.name, Band.manager._.name).run_sync(),
|
38
|
+
[{"name": "Pythonistas", "manager.name": "Guido"}],
|
39
|
+
)
|
40
|
+
|
41
|
+
|
42
|
+
class TestInit(TestCase):
|
12
43
|
def test_init(self):
|
13
44
|
"""
|
14
45
|
A ``LazyTableReference`` must be passed either an ``app_name`` or
|
@@ -34,6 +65,8 @@ class TestLazyTableReference(TestCase):
|
|
34
65
|
module_path="tests.example_apps.music.tables",
|
35
66
|
)
|
36
67
|
|
68
|
+
|
69
|
+
class TestStr(TestCase):
|
37
70
|
def test_str(self):
|
38
71
|
self.assertEqual(
|
39
72
|
LazyTableReference(
|
@@ -1 +0,0 @@
|
|
1
|
-
__VERSION__ = "1.12.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
|
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_blacksheep_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_esmerald_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_fastapi_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_lilya_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_litestar_app.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/_starlette_app.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/conftest.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.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.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/endpoints.py.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/home/piccolo_app.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.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.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/piccolo_conf.py.jinja
RENAMED
File without changes
|
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/asgi/commands/templates/app/requirements.txt.jinja
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.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
|
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.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.12.0 → piccolo-1.13.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.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/2019-11-14T21-52-21.py
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.1}/piccolo/apps/user/piccolo_migrations/2020-06-11T21-38-55.py
RENAMED
File without changes
|
{piccolo-1.12.0 → piccolo-1.13.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
|