Commit History

Author SHA1 Message Date
  Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 10 years ago
  Szilveszter Farkas 5e32605ce9 Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names 10 years ago
  Loic Bistuer 2572c07cc6 Fixed #22906 -- Added a more helpful repr to migrations' ModelState. 10 years ago
  Andrew Godwin a8ce5fdc28 Fixed #22470: Full migration support for order_with_respect_to 10 years ago
  Simon Charette 7a38f88922 Fixed #22659 -- Prevent model states from sharing field instances. 11 years ago
  Tim Graham 45c2d1f5d9 flake8 fixes. 11 years ago
  Andrew Godwin e049c88603 Cleanup failing test w/contenttypes and remove useless graph load 11 years ago
  Andrew Godwin 8f6dff372b Fixed #22485: Include all unmigrated apps in project state by default. 11 years ago
  Simon Charette 390f888745 Fixed #22447 -- Make sure custom model bases can be migrated. 11 years ago
  Tim Graham 471fb04a30 Fixed flake8 errors. 11 years ago
  Andrew Gorcester 956bd64424 Fixed #22397 -- Issues removing M2M field with explicit through model 11 years ago
  Simon Charette 0d397e5a5b Revert "Fixed #22397 -- Issues removing M2M field with explicit through model." 11 years ago
  Andrew Gorcester 00e3b9a2a9 Fixed #22397 -- Issues removing M2M field with explicit through model. 11 years ago
  Tim Graham 42336c84a0 Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models. 11 years ago
  Loic Bistuer 69d4b1c3ea Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models. 11 years ago
  Loic Bistuer 6436f1fad9 Fixed #21893 -- ModelState didn't account for MTI parents inherited from abstract models. 11 years ago
  Anubhav Joshi bb2ca9fe6c Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. 11 years ago
  Alex Gaynor be8173af51 Fixed a small collection of flake8 violations that had snuck in 11 years ago
  Andrew Godwin 51832c8aec Remove other unicode literal 11 years ago
  Andrew Godwin 3f1a008266 Fixed #21664: Multi-table inheritance was duplicating _ptr fields 11 years ago
  Aymeric Augustin 7ed20e0153 Populated Apps instances immediately by default. 11 years ago
  Aymeric Augustin 1716b7ce5a Renamed AppCache to Apps. 11 years ago
  Aymeric Augustin 2fef9e5375 Moved apps back in the toplevel django namespace. 11 years ago
  Aymeric Augustin 0242c56fd8 Deborgified the app cache. 11 years ago
  Aymeric Augustin 4a56a93cc4 Moved the new app cache inside core. 11 years ago
  Aymeric Augustin 860c2c8bc5 Moved django.db.models.loading to django.apps.cache. 11 years ago
  Baptiste Mispelon 19e4374971 Fixed ModelState breaking when unique_together has unhashable elements. 11 years ago
  Baptiste Mispelon aba75b0d71 Fixed TypeError when rendering ModelState with multiple bases. 11 years ago
  Andrew Godwin 5e63977c0e Fixed #21438: makemigrations now detects ManyToManyFields 11 years ago
  Alasdair Nicol c3aa2948c6 Fixed #21298 -- Fixed E301 pep8 warnings 11 years ago