summaryrefslogtreecommitdiff
path: root/patchwork/migrations
Commit message (Expand)AuthorAge
* models: Validate Project.linkname does not contain forward slashThomas Bracht Laumann Jespersen2020-10-01
* migrations: Moved squashed migrationStephen Finucane2020-04-26
* migrations: Resolve issues with other DB backends for 0042, 0043Stephen Finucane2020-04-26
* models: Merge 'Patch' and 'Submission'Stephen Finucane2020-04-26
* models: Split 'CoverLetter' from 'Submission'Stephen Finucane2020-04-26
* Remove __future__ importsStephen Finucane2020-04-09
* migrations: Add the Python 3 patchStephen Finucane2020-04-08
* trivial: Feed 'patchwork.migrations' through blackStephen Finucane2020-03-19
* models, templates: Add patch relationsMete Polat2020-03-16
* migrations: Don't attempt to rehome patchesStephen Finucane2020-03-11
* models: Use database constraints to prevent split SeriesStephen Finucane2019-12-27
* models: Add State.slug fieldStephen Finucane2019-12-27
* models.Event: Add the user responsible for the eventJohan Herland2019-12-01
* migrations: Correct 'unique_together' order in '0015'Stephen Finucane2019-08-31
* models: Add commit_url_format to ProjectMichael Ellerman2019-08-30
* models: Add list archive lookupAndrew Donnellan2019-08-22
* models, templates: Add project list archive URL fieldAndrew Donnellan2019-08-22
* models: Convert Series-Patch relationship to 1:NStephen Finucane2018-10-17
* Add covering index to patchwork_submissions for /list/ queriesStewart Smith2018-09-10
* Add covering index for /list/ queryStewart Smith2018-09-10
* Add index for patchwork_comment (submission_id,date)Stewart Smith2018-09-06
* Improve patch listing performance (~3x)Stewart Smith2018-08-31
* Remove support for Django 1.8, 1.9, 1.10Stephen Finucane2018-08-26
* models: Add a backreference for a user's bundlesStephen Finucane2018-04-25
* migrations: Add missing migrationStephen Finucane2018-03-25
* Fix slow Patch counting queryDaniel Axtens2018-03-21
* Avoid timezone confusionVeronika Kabatova2018-03-08
* Implement list filteringVeronika Kabatova2018-02-27
* migrations: Add missing Series.Meta, Patch.Meta changesStephen Finucane2018-02-13
* models, templatetags: Make tag count column in patch list optional per tagAndrew Donnellan2018-01-04
* migrations: Mark 'RunPython' blocks as non-atomicStephen Finucane2017-12-03
* migrations: Mark '0016_series_project' as non-atomicStephen Finucane2017-06-14
* migrations: Explicitly set 'on_delete'Stephen Finucane2017-05-18
* 'mpe mode': click to copy patch IDsDaniel Axtens2017-04-15
* models: Add 'Event' modelStephen Finucane2017-03-01
* Improve documentation of delegation rulesStephen Finucane2017-02-08
* Fix series.project migration logicAndy Doan2017-01-26
* migrations: Don't use 'noop'Stephen Finucane2017-01-23
* models: Add 'project' field to SeriesStephen Finucane2017-01-22
* models: Add 'Series' modelStephen Finucane2016-10-31
* models: Remove 'UserProfile.primary_project'Stephen Finucane2016-10-10
* Convert RunSQL migration commands from list to stringsDaniel Axtens2016-08-21
* models: Use non-null slugs for 'Check.name'Stephen Finucane2016-06-28
* models: Add Cover Letter supportStephen Finucane2016-04-01
* models: Split Patch into two modelsStephen Finucane2016-04-01
* migrations: Optimize 0007 migrationAndy Doan2016-03-25
* models: Pull common email behavior into mixinStephen Finucane2016-03-16
* models: Merge patch and first commentStephen Finucane2016-03-16
* models: Allow to unselect maintainer projects in user profileThomas Monjalon2016-02-05
* models: Add DelegationRule objectLaurent Pinchart2016-01-19