1. 23 Eyl, 2015 1 kayıt (commit)
  2. 22 Agu, 2015 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Tweak some examples. · 491d01b7
      Aymeric Augustin yazdı
      "Area man/woman" is confusing to people not familiar with the
      conventions of American journalism (like me).
      491d01b7
  3. 27 Tem, 2015 1 kayıt (commit)
  4. 20 May, 2015 1 kayıt (commit)
  5. 06 Nis, 2015 1 kayıt (commit)
  6. 25 Mar, 2015 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Renamed Field.rel attribute to remote_field · 8f305563
      Anssi Kääriäinen yazdı
      Field.rel is now deprecated. Rel objects have now also remote_field
      attribute. This means that self == self.remote_field.remote_field.
      
      In addition, made the Rel objects a bit more like Field objects. Still,
      marked ManyToManyFields as null=True.
      8f305563
  7. 27 Şub, 2015 1 kayıt (commit)
  8. 06 Şub, 2015 1 kayıt (commit)
  9. 30 Ock, 2015 2 kayıt (commit)
  10. 20 Ock, 2015 1 kayıt (commit)
  11. 07 Ock, 2015 1 kayıt (commit)
  12. 23 Ara, 2014 1 kayıt (commit)
  13. 28 Kas, 2014 1 kayıt (commit)
  14. 20 Kas, 2014 1 kayıt (commit)
  15. 12 Kas, 2014 1 kayıt (commit)
  16. 03 Kas, 2014 1 kayıt (commit)
  17. 07 Eki, 2014 1 kayıt (commit)
  18. 28 Eyl, 2014 1 kayıt (commit)
  19. 24 Eyl, 2014 1 kayıt (commit)
  20. 02 Tem, 2014 1 kayıt (commit)
  21. 25 Haz, 2014 1 kayıt (commit)
  22. 15 May, 2014 1 kayıt (commit)
  23. 21 Mar, 2014 1 kayıt (commit)
  24. 03 Mar, 2014 1 kayıt (commit)
  25. 03 Kas, 2013 1 kayıt (commit)
  26. 26 Eki, 2013 1 kayıt (commit)
  27. 23 Eki, 2013 1 kayıt (commit)
  28. 21 Eki, 2013 1 kayıt (commit)
  29. 18 Eki, 2013 1 kayıt (commit)
  30. 10 Eki, 2013 1 kayıt (commit)
  31. 08 Eyl, 2013 1 kayıt (commit)
  32. 02 Eyl, 2013 1 kayıt (commit)
  33. 30 Agu, 2013 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #20988 -- Added model meta option select_on_save · e973ee6a
      Anssi Kääriäinen yazdı
      The option can be used to force pre 1.6 style SELECT on save behaviour.
      This is needed in case the database returns zero updated rows even if
      there is a matching row in the DB. One such case is PostgreSQL update
      trigger that returns NULL.
      
      Reviewed by Tim Graham.
      
      Refs #16649
      e973ee6a
  34. 22 Agu, 2013 1 kayıt (commit)
  35. 19 Agu, 2013 1 kayıt (commit)
  36. 31 Tem, 2013 1 kayıt (commit)
  37. 29 Tem, 2013 1 kayıt (commit)
  38. 26 Tem, 2013 1 kayıt (commit)
    • Loic Bistuer's avatar
      Fixed #20625 -- Chainable Manager/QuerySet methods. · 31fadc12
      Loic Bistuer yazdı
      Additionally this patch solves the orthogonal problem that specialized
      `QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet`
      type. This wasn't an issue until now because we didn't officially support
      custom `QuerySet` but it became necessary with the introduction of this new
      feature.
      
      Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham
      for the reviews.
      31fadc12
  39. 08 Tem, 2013 1 kayıt (commit)