[RFC 0/3] Add series support

Stephen Finucane stephen.finucane at intel.com
Sat Apr 2 03:14:43 AEDT 2016


Stephen Finucane (3):
  models: Convert functions to properties
  models: Add series-related properties to models
  models: Add 'Series' model and related models

 patchwork/admin.py                             |  55 ++++++-
 patchwork/migrations/0013_add_series_models.py |  60 +++++++
 patchwork/models.py                            | 219 ++++++++++++++++++++++++-
 patchwork/views/__init__.py                    |   2 +-
 patchwork/views/patch.py                       |   4 +-
 patchwork/views/user.py                        |   2 +-
 patchwork/views/xmlrpc.py                      |   2 +-
 7 files changed, 329 insertions(+), 15 deletions(-)
 create mode 100644 patchwork/migrations/0013_add_series_models.py

-- 
2.0.0



More information about the Patchwork mailing list