Eliminates explicit index definitions and db_index usage from Django models and migrations, relying on default indexes and constraints. This simplifies model definitions and migration files, reducing maintenance overhead and potential redundancy. |
||
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| __init__.py | ||
| apps.py | ||
| feeds.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||