Историја ревизија

Аутор 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 година