1. 01 Oct, 2015 1 commit
  2. 30 Sep, 2015 1 commit
    • Vincent Pelletier's avatar
      ERP5Type.Base: Remove setDescription. · 45c1d70b
      Vincent Pelletier authored
      Documents should inherit from XMLObject, which already overloads this
      setter. As a result, this method is normally not used.
      The problem is that it gets called when calling
        newTempBase(
          description='foo'
        )
      which fails with:
        AttributeError: _setDescription
      because _setProperty finds setDescription and tries to call it, instead
      of setting description as a local property..
      45c1d70b
  3. 29 Sep, 2015 3 commits
  4. 28 Sep, 2015 4 commits
  5. 25 Sep, 2015 6 commits
  6. 24 Sep, 2015 11 commits
  7. 23 Sep, 2015 11 commits
  8. 22 Sep, 2015 3 commits