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
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.
Tim Graham
2014-12-30
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-04
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Claude Paroz
2014-12-04
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-12-01
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Claude Paroz
2014-11-20
Reduced reduce() usage; refs #23796.
Brad Walker
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-09-23
Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Sergey Fedoseev
2014-09-23
Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Sergey Fedoseev
2014-09-23
Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.
Sergey Fedoseev
2014-09-13
Factorized create_index_sql expression
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-09
Fixed #23264: Schema backends honour db_constraint
Andrew Godwin
2014-08-07
Moved index dropping after FK dropping to please MySQL and fix test
Andrew Godwin
2014-08-04
Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-07-25
Fixed #23085: Better error message for PostGIS 1.5/bad custom fields
Andrew Godwin
2014-07-21
Fixed #23009: Shorten FK identifiers in add_field and make consistent
Andrew Godwin
2014-07-21
Fixed #22975: Don't call rename SQL if not needed
Andrew Godwin
2014-07-21
Fixed #23043: alter_field drops defaults too
Andrew Godwin
2014-06-16
Fixed #22851: BinaryView wasn't getting a binary default
Andrew Godwin
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-20
Merge pull request #2634 from loic/ticket22424
Andrew Godwin
2014-05-20
Add feature for implied null (needed for Firebird backend)
Andrew Godwin
2014-05-18
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-05-07
Fixed #22581: Pass default values for schema through get_db_prep_save()
Andrew Godwin
2014-04-25
Fixed #22498 -- constraint name was not quoted in FK creation SQL
Shai Berger
2014-04-23
Used the same instance of atomic for entry and exit.
Aymeric Augustin
2014-04-23
Wrapped migrations in a transaction only on DBs with transactional DDL.
Aymeric Augustin
2014-04-16
Fixed #22460 -- Explicity remove constraints when dropping a related field.
Motiejus Jakštys
2014-03-24
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
[next]