Commit History

Author SHA1 Message Date
  Maxime Lorant cb3fb34b86 Fixed #27378 -- Added support for serialization of uuid.UUID in migrations. 8 years ago
  Claude Paroz 979ea95608 Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 8 years ago
  Tim Graham 49412f55a5 Refs #27025 -- Fixed a test for the new re.RegexFlag in Python 3.6. 8 years ago
  Markus Holtermann 3b383085fb Fixed #26555 -- Gave deconstructible objects a higher priority during serialization 9 years ago
  Tim Graham 406675b1a0 Fixed #26176 -- Fixed E123 flake8 warnings. 9 years ago
  Hasan 26ad01719d Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 9 years ago
  Yoong Kang Lim 5453aa66cf Added a missing test method in tests/migrations/test_writer.py. 9 years ago
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 years ago
  Simon Charette cc2ca9c550 Fixed #25807 -- Instructed the migration writer about lazy objects. 9 years ago
  Andrei Fokau 998894e1b9 Fixed #25764 -- Added support for serialization of enum.Enum in migrations. 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Tyson Clugg e34226fc37 Fixed #25259 -- Added comments to header of generated migration files 9 years ago
  Piper Merriam 537818af87 Fixed #25185 -- Added support for functools.partial serialization in migrations 9 years ago
  Piper Merriam b1e552debf Fixed #25186 -- Improved migration's serialization of builtins on Python 2. 9 years ago
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 years ago
  Christopher Luc a7bc00e17b Fixed #24514 -- Made migration writer omit models import if it's unused. 10 years ago
  Marten Kenbeek e8e4f978dd Fixed #24278 -- Fixed serialization of migration operations. 10 years ago
  Marten Kenbeek d597174bd4 Refs #24278 -- Allowed multi-line serializations in OperationWriter. 10 years ago
  Baptiste Mispelon 30a3c2f74c Fixed #24566 -- Added support for serializing timedelta 10 years ago
  Baptiste Mispelon 1aadade373 Fixed #24521 -- Added support for serializing frozensets in migrations. 10 years ago
  Tim Graham 307c0f299a Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 10 years ago
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
  Markus Holtermann 7f20041bca Fixed #24155 -- Maintained kwargs and import order in migration writer 10 years ago
  Markus Holtermann 65d55c4093 Cleaned up migration writer tests 10 years ago
  Markus Holtermann 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 years ago
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 years ago
  Oscar Ramirez 54085b0f9b Fixed #23998 -- Added datetime.time support to migrations questioner. 10 years ago
  Markus Holtermann 3ef50a772b Fixed reverse test execution for migration manager tests 10 years ago
  Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 years ago
  Gavin Wahl dee4d23f7e Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter. 10 years ago