summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-12-01[1.7.x] Restored the 'TEST_' prefix in the warning about deprecated test data...Shai Berger
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-22Revert "[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compati...Carl Meyer
2014-11-22[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-21[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...Andrzej Pragacz
2014-11-20[1.7.x] Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-19[1.7.x] Fixed #21794 -- Removed deprecation warning for abstract models outsi...Carl Meyer
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-11-17[1.7.x] Avoided unneeded calls to state.render() in migrations.twidi
2014-11-17[1.7.x] Reordered condition to avoid calling allow_migrate() if unneeded.twidi
2014-11-13[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.Adam DePue
2014-11-06[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...Markus Holtermann
2014-11-03[1.7.x] Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-10-31[1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same...Markus Holtermann
2014-10-29[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders uni...Markus Holtermann
2014-10-29[1.7.x] Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-10-27[1.7.x] Fixed typo in MySQL backend doctringClaude Paroz
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-23[1.7.x] Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-23[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-20[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-17[1.7.x] Fixed #23649 -- Made Oracle test-db creation drop test-user earlier w...Shai Berger
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-08[1.7.x] Fixed #23611 -- update_or_create failing from a related managerAndré Ericson
2014-09-27[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...Loic Bistuer
2014-09-25[1.7.x] Fixed #23455 -- Forced related_name to be a unicode string during dec...Markus Holtermann
2014-09-25[1.7.x] Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-24[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying...Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23[1.7.x] Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23[1.7.x] Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.Sergey Fedoseev
2014-09-16[1.7.x] Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-15[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...valtron
2014-09-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-08[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...Andrew Pinkham
2014-09-06[1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-05[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly ...Ben Reilly
2014-09-02[1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-08-30[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-25[1.7.x] Made main user disconnect after creating test user/tablespaces on OracleShai Berger