summaryrefslogtreecommitdiff
path: root/patchwork/settings/base.py
Commit message (Expand)AuthorAge
* forms: Use a captcha on the registration form.add-captchaChristopher Baines2021-02-27
* settings: Add context processor django.template.context_processors.requestAndrew Donnellan2020-08-28
* Remove unnecessary compat wrappersStephen Finucane2020-04-08
* Replace references to Django 1.11 docsStephen Finucane2020-04-08
* Disable i18n machinery, use correct localeStephen Finucane2019-11-30
* REST: Allow creating, updating, deleting of bundlesStephen Finucane2019-10-17
* about: Display admin contact detailsAndrew Donnellan2019-07-05
* settings: Do configure logging for parsearchive (but differently)Stephen Finucane2018-10-10
* Add support for django-filter 2.0Stephen Finucane2018-10-06
* settings: Don't configure logging for parsearchiveStephen Finucane2018-09-24
* parsearchive: Fix loggingStephen Finucane2018-09-20
* REST: Add new setting for maximum API page sizeAndrew Donnellan2018-08-26
* Prepare for Django 2.0Stephen Finucane2018-08-26
* Remove compat wrapper for Django < 1.11Stephen Finucane2018-08-26
* Remove support for Django 1.8, 1.9, 1.10Stephen Finucane2018-08-26
* trivial: Remove additional Django < 1.8 codeStephen Finucane2018-01-09
* REST: Enable token auth supportStephen Finucane2017-06-14
* settings: 'XViewMiddleware' is moved in Django 1.6 tooStephen Finucane2017-05-18
* settings: Enable 'XFrameOptionsMiddleware'Stephen Finucane2017-05-18
* settings: Use 'MIDDLEWARE' for Django >= 1.10Stephen Finucane2017-05-18
* settings: Enable 'SessionAuthenticationMiddleware'Stephen Finucane2017-05-18
* settings: Enable the REST API by defaultStephen Finucane2017-05-04
* REST: Fix versioningStephen Finucane2017-04-28
* compat: Handle older versions of django-filterStephen Finucane2017-04-28
* templates: Add Patchwork versionStephen Finucane2017-03-01
* REST: Integrate orderingStephen Finucane2017-01-22
* REST: Integrate searchingStephen Finucane2017-01-22
* REST: Integrate django-filter supportStephen Finucane2017-01-22
* REST: Use generic views instead of ViewSetsStephen Finucane2016-12-23
* parsemail: Convert to a management commandDaniel Axtens2016-10-07
* settings: Regroup sections per upstream docsStephen Finucane2016-08-13
* REST: Add Projects to the APIAndy Doan2016-06-27
* REST: Add base configuration hooks for a REST APIAndy Doan2016-06-27
* settings: Remove hard coded login url valueMichael Wood2016-04-08
* models: Split Patch into two modelsStephen Finucane2016-04-01
* settings: Enable the 'message' applicationStephen Finucane2016-03-25
* context: Add 'site' context processorStephen Finucane2016-03-25
* settings: Place most-used path firstStephen Finucane2016-01-19
* settings: Add TEMPLATES settingStephen Finucane2016-01-19
* Revert "Remove Django < 1.7 blocks"Stephen Finucane2015-11-07
* templates/patch: Add check summary panelStephen Finucane2015-11-05
* Remove Django < 1.7 blocksStephen Finucane2015-11-05
* settings: Also define SERVER_EMAIL for email logsDamien Lespiau2015-11-05
* settings: Move DEFAULT_FROM_EMAIL to the core settings sectionDamien Lespiau2015-11-05
* settings: Move 'TEST_RUNNER' to correct locationStephen Finucane2015-09-17
* tests: Remove old-style test runner moduleJeremy Kerr2015-05-28
* Move to a more recent django project structureJeremy Kerr2015-05-27