summaryrefslogtreecommitdiff
path: root/patchwork/models.py
Commit message (Expand)AuthorAge
* models: Use parent model to get comment's 'list_archive_url'Stephen Finucane2021-02-20
* models: Validate Project.linkname does not contain forward slashThomas Bracht Laumann Jespersen2020-10-01
* models: Trivial post-merge cleanupStephen Finucane2020-04-26
* models: Merge 'Patch' and 'Submission'Stephen Finucane2020-04-26
* models: Split 'CoverLetter' from 'Submission'Stephen Finucane2020-04-26
* Clean up references to Python 2.7, Python 3.5Daniel Axtens2020-04-08
* models, templates: Add patch relationsMete Polat2020-03-16
* models: Handle unset 'Submission.content'Stephen Finucane2020-03-02
* models: Use database constraints to prevent split SeriesStephen Finucane2019-12-27
* models: Add State.slug fieldStephen Finucane2019-12-27
* Include the responsible actor in applicable eventsJohan Herland2019-12-01
* models.Event: Add the user responsible for the eventJohan Herland2019-12-01
* REST: Allow creating, updating, deleting of bundlesStephen Finucane2019-10-17
* Move to msgid based URLsDaniel Axtens2019-09-25
* 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: Ensure UserProfile.user is configuredStephen Finucane2018-12-22
* models: Convert Series-Patch relationship to 1:NStephen Finucane2018-10-17
* Update license headerStephen Finucane2018-09-19
* Remove '__future__.absolute_import' importsStephen Finucane2018-09-19
* models: Remove 'latest_series'Stephen Finucane2018-09-10
* Add covering index to patchwork_submissions for /list/ queriesStewart Smith2018-09-10
* check distinct(user) based on just user_idStewart 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 compat wrapper for Django < 1.11Stephen Finucane2018-08-26
* Remove support for Django 1.8, 1.9, 1.10Stephen Finucane2018-08-26
* REST: Add 'web_url' link to API responsesStephen Finucane2018-06-16
* REST: Add comments to patch and cover endpointsVeronika Kabatova2018-04-27
* models: Add a backreference for a user's bundlesStephen Finucane2018-04-25
* Fix slow Patch counting queryDaniel Axtens2018-03-21
* Add validation for regular expressionsVeronika Kabatova2018-03-21
* Avoid timezone confusionVeronika Kabatova2018-03-08
* Implement list filteringVeronika Kabatova2018-02-27
* Fix CRLF newlines upon submission changesVeronika Kabatova2018-02-09
* tags: be a bit more permissive in what we render to a messageDaniel Axtens2018-01-31
* Remove support for Django 1.6, 1.7Stephen Finucane2018-01-04
* models, templatetags: Make tag count column in patch list optional per tagAndrew Donnellan2018-01-04
* models: Remove 'permalink' decoratorStephen Finucane2017-12-03
* Fix issue with Python 3.4, Django 1.6Stephen Finucane2017-08-23
* models: Fix invocation of refresh_tag_counts() for CommentsAndrew Donnellan2017-08-23
* series: fix obvious breakage for patches with ']' in the nameSean Farley2017-07-12
* models: Add 'Series._format_name' helperSean Farley2017-07-12
* REST: Enable token auth supportStephen Finucane2017-06-14
* views: Enable downloading of cover mboxesStephen Finucane2017-05-30
* models: Centralize generation of filenamesStephen Finucane2017-05-30
* models: Only set 'base_manager_name' for Django >= 1.10Stephen Finucane2017-05-18
* REST: Resolve issues with filtersStephen Finucane2017-05-18