]> git.ozlabs.org Git - patchwork/history - apps/patchwork/models.py
[models] Improve comment filter
[patchwork] / apps / patchwork / models.py
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