1. 27 Tem, 2015 1 kayıt (commit)
  2. 06 Şub, 2015 1 kayıt (commit)
  3. 16 Tem, 2014 1 kayıt (commit)
  4. 26 Ock, 2014 1 kayıt (commit)
  5. 16 Kas, 2013 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #21428 -- editable GenericRelation regression · 0e079e43
      Anssi Kääriäinen yazdı
      The GenericRelation refactoring removed GenericRelations from
      model._meta.many_to_many. This had the side effect of disallowing
      editable GenericRelations in ModelForms. Editable GenericRelations
      aren't officially supported, but if we don't fix this we don't offer any
      upgrade path for those who used the ability to set editable=True
      in GenericRelation subclass.
      
      Thanks to Trac alias joshcartme for the report and stephencmd and Loic
      for working on this issue.
      0e079e43
  6. 03 Kas, 2013 1 kayıt (commit)
  7. 05 Haz, 2013 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #20564 -- Generic relations exclude() regression · 31fd64ad
      Anssi Kääriäinen yazdı
      The patch for #19385 caused a regression in certain generic relations
      .exclude() filters if a subquery was needed. The fix contains a
      refactoring to how Query.split_exclude() and Query.trim_start()
      interact.
      
      Thanks to Trac alias nferrari for the report.
      31fd64ad
  8. 20 May, 2013 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #20378 -- regression in GenericRelation on abstract model · c9a96075
      Anssi Kääriäinen yazdı
      When a GenericRelation was defined on abstract model, queries on childs
      of the abstract model didn't work. The problem was in the way fields and
      in particular field.rel was copied from models to their children.
      
      The regression was likely caused by #19385. Thanks to Gavin Wahl for
      spotting the regression.
      c9a96075
  9. 26 Şub, 2013 1 kayıt (commit)
  10. 07 Şub, 2013 1 kayıt (commit)
    • Ramiro Morales's avatar
      Fixed #13085 -- Don't fail on creation of model with GFK to a model with __len__() returning zero. · 04d9730b
      Ramiro Morales yazdı
      Also, according to the comments on the ticket and its duplicates, added
      tests execising saving an instance of a model with a GFK to:
      
      * An unsaved object -- This actually doesn't generate the same failure
        but another ORM-level exception. The test verifies it's the case.
      
      * An instance of a model with a __nonzero__() method thant returns False
        for it. This doesn't fail because that code path isn't executed.
      
      * An instance of a model with a CharField PK and an empty value for it.
        This doesn't fail.
      04d9730b
  11. 02 Şub, 2013 1 kayıt (commit)
  12. 12 Agu, 2012 1 kayıt (commit)
    • Aymeric Augustin's avatar
      [py3] Refactored __unicode__ to __str__. · d4a0b278
      Aymeric Augustin yazdı
      * Renamed the __unicode__ methods
      * Applied the python_2_unicode_compatible decorator
      * Removed the StrAndUnicode mix-in that is superseded by
        python_2_unicode_compatible
      * Kept the __unicode__ methods in classes that specifically
        test it under Python 2
      d4a0b278
  13. 13 Eki, 2011 1 kayıt (commit)
  14. 10 Şub, 2010 1 kayıt (commit)
  15. 29 Ock, 2010 1 kayıt (commit)
  16. 22 Ock, 2010 1 kayıt (commit)
  17. 03 Nis, 2009 1 kayıt (commit)