summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/models.py
Commit message (Expand)AuthorAgeFilesLines
* [packages] update to django 1.0Jeremy Kerr2008-10-101-1/+0
* [models] Fix exception on mbox view with non-ascii submitter nameJeremy Kerr2008-10-091-1/+1
* [encoding] Don't output patch mbox as quoted-printableJeremy Kerr2008-10-071-3/+13
* [models] Create patch mbox with utf-8 encodingJeremy Kerr2008-09-291-1/+1
* Add comment signoffs and acks to mbox textJeremy Kerr2008-09-201-1/+16
* [models] Improve comment filterJeremy Kerr2008-09-201-1/+1
* Save UserPersonConfirmations after activatingJeremy Kerr2008-09-111-0/+1
* Don't just rely on random for UserPersonConfirmation keysJeremy Kerr2008-09-111-29/+30
* Add HashField.construct() methodJeremy Kerr2008-09-111-10/+10
* Simplify hashlib behaviour in HashFieldJeremy Kerr2008-09-101-11/+6
* Use hex strings for hash valuesJeremy Kerr2008-09-101-22/+10
* Import hashlib in HashField.db_typeJeremy Kerr2008-09-091-0/+1
* Hook-up hashing infrastructureJeremy Kerr2008-09-091-3/+6
* Re-save user profile after setting nameJeremy Kerr2008-09-091-1/+1
* Support postgresql_psycopg2 DATABASE_ENGINENate Case2008-08-231-1/+4
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-19/+19
* Add support for Python 2.4 email modulesNate Case2008-08-231-2/+9
* Eliminate hashlib requirementNate Case2008-08-231-2/+18
* Use django-registration infrastructureJeremy Kerr2008-08-221-37/+0
* Use new django admin infrastructureJeremy Kerr2008-08-211-29/+0
* Implement confirmation emails.Jeremy Kerr2008-08-211-2/+11
* Inital commitJeremy Kerr2008-08-211-0/+362