1. 16 Haz, 2013 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #20583 -- ORM always uses setup_joins() for join generation · aa22cbd5
      Anssi Kääriäinen yazdı
      There were a couple of places which used Query.join() directly. By
      using setup_joins() in these places the code is more DRY, and in
      addition there is no need to directly call field.get_joining_columns()
      unless the field is the given join_field from get_path_info(). This
      makes it easier to make sure a ForeignObject subclass generates joins
      correctly in all cases.
      aa22cbd5
  2. 15 Haz, 2013 5 kayıt (commit)
  3. 14 Haz, 2013 16 kayıt (commit)
  4. 13 Haz, 2013 5 kayıt (commit)
  5. 12 Haz, 2013 5 kayıt (commit)
  6. 11 Haz, 2013 7 kayıt (commit)
  7. 10 Haz, 2013 1 kayıt (commit)