コミット履歴

作者 SHA1 メッセージ 日付
  Natalia 691f70c477 Fixed #24561 -- Added support for callables on model fields' choices. 1 年間 前
  Nick Pope f92e68c30a Fixed #34822 -- Added support for serializing functions decorated with functools.lru_cache in migrations. 1 年間 前
  Nick Pope c131949e3e Refs #34822 -- Added tests for serializing decorated functions in migrations. 1 年間 前
  Nick Pope 500e01073a Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 1 年間 前
  Nicolò Intrieri e8252fc445 Fixed #34716 -- Fixed serialization of nested class methods in migrations. 1 年間 前
  Yury V. Zaytsev 02966a30dd Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozensets in migrations. 1 年間 前
  T. Franzel a2eaea8f22 Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields. 2 年 前
  Andy Chosak b295b31171 Fixed #34420 -- Corrected the order of imports in generated migration files. 2 年 前
  Nick Pope fd21f82aa8 Refs #34233 -- Used types.NoneType. 2 年 前
  Mariusz Felisiak 3bbe22dafc Fixed #34233 -- Dropped support for Python 3.8 and 3.9. 2 年 前
  Mariusz Felisiak d6816bff73 Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline. 2 年 前
  Mariusz Felisiak e6f82438d4 Refs #32365 -- Removed support for pytz timezones per deprecation timeline. 2 年 前
  Willem Van Onsem 16fffc829c Fixed #33916 -- Added support for serialization of enum.Flag in migrations. 2 年 前
  Willem Van Onsem 08688bd7dd Refs #33916 -- Added tests for serialization of enum.Flag in migrations. 2 年 前
  Carlton Gibson 59ab3fd0e9 Refs #32365 -- Deprecated django.utils.timezone.utc. 3 年 前
  Carlton Gibson bb61f0186d Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 3 年 前
  Carlton Gibson d46e158ee2 Refs #32365 -- Made migration writer use datetime.timezone.utc. 3 年 前
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 年 前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年 前
  Mariusz Felisiak c5cd878382 Refs #33476 -- Refactored problematic code before reformatting by Black. 3 年 前
  Allen Jonathan David 28c98d4113 Fixed #33216 -- Simpilified deconstructed paths for some expressions. 3 年 前
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 年 前
  abhiabhi94 fde6fb2898 Fixed #32893 -- Fixed serialization of models.Model class in migrations. 3 年 前
  Chris Jerdonek 7272e1963f Fixed #32821 -- Updated os.scandir() uses to use a context manager. 3 年 前
  Nick Pope d06c5b3581 Fixed #32366 -- Updated datetime module usage to recommended approach. 3 年 前
  Nick Pope 6b7960188b Added extra assertion to migrations.test_writer.WriterTests.test_serialize_datetime. 3 年 前
  Nick Pope 074844e947 Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations. 4 年 前
  John Bowen 29d8198841 Fixed #27914 -- Fixed serialization of nested classes in migrations. 5 年 前
  John Bowen 8008795a38 Refs #23950 --- Moved test DeconstructibleInstances class to a module level. 5 年 前
  Hasan Ramezani 6452112640 Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations. 5 年 前