Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Loic Bistuer 8f4877c89d Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 10 vuotta sitten
  Markus Holtermann c8bac4b556 Fixed #24098 -- Added no-op attributes to RunPython and RunSQL 10 vuotta sitten
  Claude Paroz 1aa3e09c20 Fixed #23745 -- Reused states as much as possible in migrations 10 vuotta sitten
  Claude Paroz a159b1facd Replaced migration state render() by apps cached property 10 vuotta sitten
  Andriy Sokolovskiy 3dbbb8a89c Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to to non-empty table. 10 vuotta sitten
  Diego Guimarães c17d821fa7 Refs #23947 -- Improved migrations tests table cleanup. 10 vuotta sitten
  Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 vuotta sitten
  Claude Paroz e11c6fd218 Fixed #23909 -- Prevented crash when collecting SQL for RunSQL 10 vuotta sitten
  wrwrwr b481c85697 Corrected a docstring in tests/migrations/test_operations.py. 10 vuotta sitten
  wrwrwr 9136ceb6fb Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 10 vuotta sitten
  Markus Holtermann d2202ec2d4 Fixed #23880 -- Added missing index_together handling for SQLite 10 vuotta sitten
  Markus Holtermann 912ad03226 Fixed #23894 -- Made deconstruct methods favor kwargs over args 10 vuotta sitten
  Markus Holtermann 4c709cc0ef Fixed duplicate index error on Oracle; refs #23859. 10 vuotta sitten
  Stratos Moros cf7a2a000e Fixed #22248 -- Made RenameModel reversible 10 vuotta sitten
  Markus Holtermann 7b4a994599 Fixed #23859 -- Fixed a migration crash when a field is renamed that is part of an index_together 10 vuotta sitten
  Simon Charette 68ef44c565 Removed references to the deprecated assertRaisesRegexp method. 10 vuotta sitten
  Claude Paroz 70428902c0 Added missing available app in migrations test case 10 vuotta sitten
  Tim Graham 41b337efa0 Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables. 10 vuotta sitten
  Collin Anderson 4ef9618e12 Avoided requiring sqlparse for a test. 10 vuotta sitten
  Collin Anderson d6a87eefd8 Skip another test if sqlparse is not available 10 vuotta sitten
  Markus Holtermann 85f6d89313 Fixed #23426 -- Allowed parameters in migrations.RunSQL 10 vuotta sitten
  Markus Holtermann b9a670b227 Fixed #23426 -- Don't require double percent sign in RunSQL without parameters 10 vuotta sitten
  Sergey Fedoseev 463952d940 Fixed #23503 -- Fixed renaming of model with self-referential m2m field. 10 vuotta sitten
  Dave Hall e03b7940e5 Fixed #22918 -- Fixed SeparateDatabaseAndState crash 10 vuotta sitten
  Tim Graham 0ad4672c0f Fixed typo in tests/migrations/test_operations.py 10 vuotta sitten
  Andrew Godwin 8f9862cd4d Fixed #23275: Unmanaged models kept by autodetector, ignored by ops 10 vuotta sitten
  Andrew Godwin dfe86449c9 Fixed #23244: Error altering FK to non-FK in migrations 10 vuotta sitten
  Andrew Godwin c06e124b5e Fixed #23091: CreateModel and AddField were clashing with deferred SQL 10 vuotta sitten
  Simon Charette 1b00738f73 Fixed a MySQL test failure introduced by cbb29af1aa. 10 vuotta sitten
  Simon Charette cbb29af1aa Fixed #23160 -- Correctly rename models with self referential fields. 10 vuotta sitten