mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
Made deserialize_db_from_string() do not sort dependencies. deserialize_db_from_string() doesn't use natural keys, so there is no need to sort dependencies in serialize_db_to_string(). Moreover, sorting models cause issues for circular dependencies. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_base.py | ||
| test_creation.py | ||
| test_features.py | ||
| test_introspection.py | ||
| test_operations.py | ||
| test_schema.py | ||