index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
schema.py
Age
Commit message (
Expand
)
Author
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-12-28
Added generation of SQLite FK DDL in initial migrations.
Ramiro Morales
2013-12-28
Implemented #10164 for new schema migration code.
Ramiro Morales
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-11
Fix sqlmigrate's output for parameters
Andrew Godwin
2013-11-27
Add gis deconstruct() method (this does not make schema work)
Andrew Godwin
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-07
Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.
Loic Bistuer
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Fix SchemaEditor.__exit__ to handle exceptions correctly
Andrew Godwin
2013-08-23
Python 3 compat fix for callable()
Andrew Godwin
2013-08-23
Fix location of tablespace clauses in schema backend column SQL
Andrew Godwin
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-13
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-11
Remove keep_default from add_field
Andrew Godwin
2013-08-11
Fix tablespace command
Andrew Godwin
2013-08-11
Support index_together during model creation
Andrew Godwin
2013-08-11
Stop being overcautious about Field.rel
Andrew Godwin
2013-08-09
Remove pointless fetch_results param
Andrew Godwin
2013-08-09
Remove commented-out print
Andrew Godwin
2013-07-26
Prettier imports
Andrew Godwin
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Fix combined alters on PostgreSQL
Andrew Godwin
2013-07-02
Support for index_together in schema backends
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-18
More conversion to a ContextManager schema_editor
Andrew Godwin
2013-05-18
Turn SchemaEditor into a context manager
Andrew Godwin
2013-04-19
Fix schema editor interaction with new transactions
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-24
Use create_index_name for FK names
Andrew Godwin
2012-09-24
Add second shortener to create_index_name for very long columns
Andrew Godwin
2012-09-24
Remove one of the last traces of South
Andrew Godwin
2012-09-24
Add comment to usage of m2m_reverse_field_name
Andrew Godwin
2012-09-24
Fix altering of indexes alongside uniques
Andrew Godwin
2012-09-24
Fix nullability changing code
Andrew Godwin
2012-09-24
Fix error message for unique constraints
Andrew Godwin
2012-09-24
Do cheaper check for column having a type.
Andrew Godwin
2012-09-24
Fix non-executed SQL
Andrew Godwin
2012-09-22
Remove special-casing for proxy/unmanaged models
Andrew Godwin
2012-09-18
Stylistic fixes: triple-quoted docstrings, more comments
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
Add M2M repointing
Andrew Godwin
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
[next]