Commit Verlauf

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