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-08-09
[1.7.x] Fixed #23264: Schema backends honour db_constraint
Andrew Godwin
2014-08-07
[1.7.x] Moved index dropping after FK dropping to please MySQL and fix test
Andrew Godwin
2014-08-04
[1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-07-25
[1.7.x] Fixed #23085: Better error message for PostGIS 1.5/bad custom fields
Andrew Godwin
2014-07-21
[1.7.x] Fixed #23009: Shorten FK identifiers in add_field and make consistent
Andrew Godwin
2014-07-21
[1.7.x] Fixed #22975: Don't call rename SQL if not needed
Andrew Godwin
2014-07-21
[1.7.x] Fixed #23043: alter_field drops defaults too
Andrew Godwin
2014-06-19
[1.7.x] Added feature for implied null (needed for Firebird backend)
Tim Graham
2014-06-16
[1.7.x] Fixed #22851: BinaryView wasn't getting a binary default
Andrew Godwin
2014-05-21
[1.7.x] Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-21
[1.7.x] Fixed #22424 -- Fixed handling of default values for TextField/Binary...
Loic Bistuer
2014-05-08
[1.7.x] Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-05-07
[1.7.x] Fixed #22581: Pass default values for schema through get_db_prep_save()
Andrew Godwin
2014-04-25
[1.7.x] Fixed #22498 -- constraint name was not quoted in FK creation SQL
Shai Berger
2014-04-23
[1.7.x] Used the same instance of atomic for entry and exit.
Aymeric Augustin
2014-04-23
[1.7.x] Wrapped migrations in a transaction only on DBs with transactional DDL.
Aymeric Augustin
2014-04-16
[1.7.x] Fixed #22460 -- Explicity remove constraints when dropping a related ...
Motiejus Jakštys
2014-03-24
[1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves.
Daniel Hahler
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Merge pull request #2315 from bendavis78/issues/22073
Andrew Godwin
2014-03-06
Revert "Fixed #22183: Don't make a table for M2Ms with through="
Andrew Godwin
2014-03-06
Fixed #22183: Don't make a table for M2Ms with through=
Andrew Godwin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-17
Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...
Ben Davis
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length
Andrew Godwin
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
[next]