mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
SQLite accepts the relevant standard SQL (although by default it doesn't enforce the constraint), and the 'traditional' creation backend helper generate it, so this allows us to: - Maintain the status quo - Improve readability of the SQL code generated for that backend. Also, we will need this for when we fix Refs #14204. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| client.py | ||
| creation.py | ||
| introspection.py | ||
| schema.py | ||