提交历史

作者 SHA1 备注 提交日期
  Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 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 年之前
  Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 年之前
  Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 10 年之前
  Szilveszter Farkas 5e32605ce9 Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names 10 年之前
  Loic Bistuer 2572c07cc6 Fixed #22906 -- Added a more helpful repr to migrations' ModelState. 10 年之前
  Andrew Godwin a8ce5fdc28 Fixed #22470: Full migration support for order_with_respect_to 10 年之前
  Simon Charette 7a38f88922 Fixed #22659 -- Prevent model states from sharing field instances. 11 年之前
  Tim Graham 45c2d1f5d9 flake8 fixes. 11 年之前
  Andrew Godwin e049c88603 Cleanup failing test w/contenttypes and remove useless graph load 11 年之前
  Andrew Godwin 8f6dff372b Fixed #22485: Include all unmigrated apps in project state by default. 11 年之前
  Simon Charette 390f888745 Fixed #22447 -- Make sure custom model bases can be migrated. 11 年之前
  Tim Graham 471fb04a30 Fixed flake8 errors. 11 年之前
  Andrew Gorcester 956bd64424 Fixed #22397 -- Issues removing M2M field with explicit through model 11 年之前
  Simon Charette 0d397e5a5b Revert "Fixed #22397 -- Issues removing M2M field with explicit through model." 11 年之前
  Andrew Gorcester 00e3b9a2a9 Fixed #22397 -- Issues removing M2M field with explicit through model. 11 年之前
  Tim Graham 42336c84a0 Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models. 11 年之前
  Loic Bistuer 69d4b1c3ea Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models. 11 年之前
  Loic Bistuer 6436f1fad9 Fixed #21893 -- ModelState didn't account for MTI parents inherited from abstract models. 11 年之前
  Anubhav Joshi bb2ca9fe6c Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. 11 年之前
  Alex Gaynor be8173af51 Fixed a small collection of flake8 violations that had snuck in 11 年之前
  Andrew Godwin 51832c8aec Remove other unicode literal 11 年之前
  Andrew Godwin 3f1a008266 Fixed #21664: Multi-table inheritance was duplicating _ptr fields 11 年之前
  Aymeric Augustin 7ed20e0153 Populated Apps instances immediately by default. 11 年之前
  Aymeric Augustin 1716b7ce5a Renamed AppCache to Apps. 11 年之前
  Aymeric Augustin 2fef9e5375 Moved apps back in the toplevel django namespace. 11 年之前
  Aymeric Augustin 0242c56fd8 Deborgified the app cache. 11 年之前
  Aymeric Augustin 4a56a93cc4 Moved the new app cache inside core. 11 年之前
  Aymeric Augustin 860c2c8bc5 Moved django.db.models.loading to django.apps.cache. 11 年之前