1. 04 May, 2017 2 kayıt (commit)
  2. 19 Nis, 2017 1 kayıt (commit)
  3. 17 Mar, 2017 1 kayıt (commit)
  4. 24 Ock, 2017 1 kayıt (commit)
  5. 18 Ock, 2017 3 kayıt (commit)
  6. 09 Ock, 2017 1 kayıt (commit)
  7. 14 Kas, 2016 1 kayıt (commit)
  8. 11 Kas, 2016 1 kayıt (commit)
  9. 19 Tem, 2016 1 kayıt (commit)
  10. 31 May, 2016 1 kayıt (commit)
  11. 03 May, 2016 1 kayıt (commit)
  12. 08 Nis, 2016 1 kayıt (commit)
  13. 02 Mar, 2016 2 kayıt (commit)
  14. 23 Şub, 2016 1 kayıt (commit)
  15. 26 Ock, 2016 1 kayıt (commit)
  16. 18 Ara, 2015 1 kayıt (commit)
  17. 11 Kas, 2015 1 kayıt (commit)
  18. 10 Kas, 2015 1 kayıt (commit)
  19. 21 Eyl, 2015 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Renamed descriptor classes for related objects. · e542e81b
      Aymeric Augustin yazdı
      The old names were downright confusing. Some seemed to mean the opposite
      of what the class actually did.
      
      The new names follow a consistent nomenclature:
      
          (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor.
      
      I mentioned combinations that do not exist in the docstring in order to
      help people who would search for them in the code base.
      e542e81b
  20. 12 Eyl, 2015 1 kayıt (commit)
  21. 18 Haz, 2015 1 kayıt (commit)
  22. 06 Şub, 2015 1 kayıt (commit)
  23. 08 Ara, 2014 1 kayıt (commit)
  24. 03 Kas, 2014 1 kayıt (commit)
  25. 29 Eyl, 2014 1 kayıt (commit)
  26. 28 Eyl, 2014 1 kayıt (commit)
  27. 09 Eyl, 2014 1 kayıt (commit)
  28. 05 Haz, 2014 1 kayıt (commit)
  29. 21 May, 2014 2 kayıt (commit)
  30. 16 Nis, 2014 1 kayıt (commit)
  31. 13 Nis, 2014 1 kayıt (commit)
  32. 12 Nis, 2014 1 kayıt (commit)
  33. 03 Mar, 2014 1 kayıt (commit)
    • Loic Bistuer's avatar
      Allowed custom querysets when prefetching single valued relations · 7bbb6958
      Loic Bistuer yazdı
      The original patch for custom prefetches didn't allow usage of custom
      queryset for single valued relations (along ForeignKey or OneToOneKey).
      Allowing these enables calling performance oriented queryset methods like
      select_related or defer/only.
      
      Thanks @akaariai and @timgraham for the reviews. Refs #17001.
      7bbb6958
  34. 23 Ara, 2013 1 kayıt (commit)
  35. 14 Ara, 2013 1 kayıt (commit)