커밋 기록

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