summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/models.py
Commit message (Expand)AuthorAgeFilesLines
* Move to a more recent django project structureJeremy Kerr2015-05-271-386/+0
* Resolve removed 'AUTH_PROFILE_MODULE' settingStephen Finucane2015-05-031-5/+4
* models: order projects by linkname by defaultJeremy Kerr2014-05-071-0/+4
* Fix django-1.6 incompatibilitiesJeremy Kerr2014-04-231-1/+1
* Defer Person creation/linkage until registration is confirmedJeremy Kerr2014-04-221-12/+0
* Add unconfirmed registration expiryJeremy Kerr2014-04-221-1/+2
* views: Move mbox handling from models to viewsJeremy Kerr2013-06-101-83/+0
* models: Fix invalid dates in patch mboxJeremy Kerr2013-06-101-2/+4
* models: fix From header in mbox viewAndreas Bießmann2013-05-141-1/+5
* bundles: Remove separate public bundle viewsJeremy Kerr2013-04-201-1/+8
* Add URL and SCM data to projectsSimo Sorce2012-11-151-0/+3
* models: Add connection parameter for HashField.db_type.Jeremy Kerr2012-05-041-1/+1
* Use an explicit initial default patch stateDirk Wallenstein2012-04-301-1/+4
* models: Update Person & UserProfile object whenever User is savedJeremy Kerr2011-09-191-5/+6
* notifications: implement opt-outnotificationsJeremy Kerr2011-04-141-0/+5
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-141-0/+44
* Add email opt-out systemJeremy Kerr2011-04-141-0/+5
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-141-1/+3
* Use generic email confirmation objectJeremy Kerr2011-04-141-17/+12
* models: use implied line continuationsJeremy Kerr2011-04-141-9/+8
* models: Project.is_editable to check whether a user has edit rightsGuilherme Salgado2011-04-141-1/+6
* Remove a bunch of unused variablesGuilherme Salgado2011-03-301-6/+0
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-301-0/+8
* Remove unused importsGuilherme Salgado2011-03-151-3/+1
* models: Don't require optional model fields in formsDirk Wallenstein2011-02-111-6/+6
* models: Implement __unicode__ in models instead of __str__Dirk Wallenstein2011-02-111-7/+7
* models: Fix HeaderParser import on python 2.4Jeremy Kerr2010-11-091-0/+1
* Add support for git-pull requestsJeremy Kerr2010-11-011-3/+5
* models: Add Reported-By to parsed comment fieldsJeremy Kerr2009-10-231-1/+3
* Copy headers from original mail into patch mbox outputJeremy Kerr2009-09-301-1/+8
* Add Message-Id to xmlrpc patch_get_mbox headersThomas Gleixner2009-09-181-0/+1
* Add nacked-by tagJeremy Kerr2009-07-081-1/+1
* views: order bundle correctlyJeremy Kerr2009-06-091-1/+1
* Add extra patch meta tags (Tested/Reviewed/Nacked-by)Mauro Carvalho Chehab2009-02-151-1/+1
* [mbox] Add extra newline after patch commentJeremy Kerr2009-02-121-1/+1
* [mbox] Put ACKs before '---' updatesJeremy Kerr2009-02-121-0/+13
* Bundle reordering supportJeremy Kerr2009-02-081-4/+18
* Initial bundle reordering supportJeremy Kerr2009-01-291-1/+17
* [models] use case-insensitve lookup when creating confirmationJeremy Kerr2009-01-271-1/+1
* [models] Make patches unique on (msgid, project), not just (msgid)Jeremy Kerr2008-10-291-2/+4
* [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