]> git.ozlabs.org Git - patchwork/history - apps/patchwork/models.py
Bundle reordering support
[patchwork] / apps / patchwork / models.py
2009-02-08 Jeremy KerrBundle reordering support
2009-01-29 Jeremy KerrInitial bundle reordering support
2009-01-27 Jeremy Kerr[models] use case-insensitve lookup when creating confi...
2008-10-29 Jeremy Kerr[models] Make patches unique on (msgid, project), not...
2008-10-10 Jeremy Kerr[packages] update to django 1.0
2008-10-09 Jeremy Kerr[models] Fix exception on mbox view with non-ascii...
2008-10-07 Jeremy Kerr[encoding] Don't output patch mbox as quoted-printable
2008-09-29 Jeremy Kerr[models] Create patch mbox with utf-8 encoding
2008-09-20 Jeremy KerrAdd comment signoffs and acks to mbox text
2008-09-20 Jeremy Kerr[models] Improve comment filter
2008-09-11 Jeremy KerrSave UserPersonConfirmations after activating
2008-09-11 Jeremy KerrDon't just rely on random for UserPersonConfirmation...
2008-09-11 Jeremy KerrAdd HashField.construct() method
2008-09-10 Jeremy KerrSimplify hashlib behaviour in HashField
2008-09-10 Jeremy KerrUse hex strings for hash values
2008-09-09 Jeremy KerrImport hashlib in HashField.db_type
2008-09-09 Jeremy KerrHook-up hashing infrastructure
2008-09-09 Jeremy KerrRe-save user profile after setting name
2008-08-23 Nate CaseSupport postgresql_psycopg2 DATABASE_ENGINE
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Nate CaseAdd support for Python 2.4 email modules
2008-08-23 Nate CaseEliminate hashlib requirement
2008-08-22 Jeremy KerrUse django-registration infrastructure
2008-08-21 Jeremy KerrUse new django admin infrastructure
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit