API Reference¶
Here lies the API-level documentation for the main classes and objects you use with Edgy.
If you are starting out, begin with the narrative guides first:
Reference Map¶
Use these pages when you already know what you need and want method/attribute details:
- Data layer:
Model,ReflectModel,Manager,QuerySet - Schema and DB:
Registry,Schema,Database - Fields: base field API and relationship fields
- Signals: low-level signal type reference
Typical Lookups¶
- "How do I switch schema/database in queries?" -> QuerySet, Registry
- "How do I inspect model behavior and helpers?" -> Model, ReflectModel
- "How do field relation parameters behave?" -> ForeignKey, ManyToMany, OneToOne, RefForeignKey