Pyramid-basemodel

Latest version: v0.6.1

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.3

---

Default `basemodel.should_create_all` to `False`. This will break apps that rely on tables being created by default. However, it's much saner to only
invoke both `metadata.create_all(engine)` and `metadata.drop_all(engine)` when
explicitly told to, particularly as most applications will use migrations
to manage the database schema.

0.2.4

--------------

Faff about horribly with the slug generation code.

0.2.3

-----

Fix Python3 `KeyError` syntax bug.

0.2.2

-----

Support dotted path `sqlalchemy.pool_class` configuration.

0.2.1

-----

Provide `util.get_object_id` function and stamp
`sqlalchemy.ext.declarative.declarative_base()` subclasses with the
`interfaces.IDeclarativeBase` interface.

0.2

---

Fix Python3 support (requires 3.3 for the unicode literal character).

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.