Commit Graph

  • f8a239d4f9 Update Changelog browniebroke 2020-11-05 02:15:30 +0000
  • 2c03844e47
    Update deployment-with-docker.rst Haseeb ur Rehman 2020-11-05 06:17:08 +0500
  • 72da0bfa9c
    Fix docs service and add RTD support (#2920) Andrew Chen Wang 2020-11-04 12:17:02 -0500
  • 607c9676f5 Use defer for script tags (Fix #2922) * This way, scripts from external URLs are loaded asynchronously. By putting it at the top of the file, the browser parses it first, downloads it while continuing to parse the HTML, and then executes on parsing finish * Additionally, developers will not need to use $(window).ready() or the like in their files anymore. * Added inline_javascript tag in case anyone wants to use the bottom of the HTML page to execute some Javascript. Using defer here has no effect as inline scripts defer by default Andrew-Chen-Wang 2020-11-04 11:54:21 -0500
  • bd5e459f3e Set CELERY_BROKER_URL to build docs Bruno Alla 2020-11-04 14:13:07 +0000
  • 0e46096c3e Move sources in docs root Bruno Alla 2020-11-04 13:06:22 +0000
  • 21b78d15dd Move readthedocs config in the right folder Bruno Alla 2020-11-04 12:48:20 +0000
  • 702455059f
    Merge pull request #2914 from pydanny/dependabot/github_actions/stefanzweifel/git-auto-commit-action-v4.7.2 Bruno Alla 2020-11-04 09:56:42 +0000
  • 4e7c86fe51
    Merge pull request #2908 from pydanny/update/pre-commit-autoupdate Bruno Alla 2020-11-04 09:42:11 +0000
  • 7b21c94e55 Merge branch 'update/mypy-stubs' into master Bruno Alla 2020-11-04 09:40:16 +0000
  • f99a0af4c0 Update Changelog browniebroke 2020-11-04 02:14:42 +0000
  • 63ea6bca76 Auto-update pre-commit hooks github-actions[bot] 2020-11-04 00:19:56 +0000
  • 9e9228d5f9 Merge remote-tracking branch 'origin/pyup-update-django-stubs-1.6.0-to-1.7.0' into update/mypy-stubs Bruno Alla 2020-11-03 23:39:09 +0000
  • a68b987f74 Merge remote-tracking branch 'origin/pyup-update-mypy-0.782-to-0.790' into update/mypy-stubs Bruno Alla 2020-11-03 23:38:46 +0000
  • b40a76eb13 Bump template version 3.0.11 Bruno Alla 2020-11-03 23:35:24 +0000
  • 5f913c0018
    Merge pull request #2926 from pydanny/pyup-update-sentry-sdk-0.19.1-to-0.19.2 Bruno Alla 2020-11-03 23:34:22 +0000
  • f20a49cfb0
    Merge pull request #2925 from pydanny/pyup-update-sphinx-3.2.1-to-3.3.0 Bruno Alla 2020-11-03 23:34:06 +0000
  • 574aa1fee2
    Merge pull request #2924 from pydanny/pyup-update-django-3.0.10-to-3.0.11 Bruno Alla 2020-11-03 23:33:45 +0000
  • 923d81061b
    Merge pull request #2923 from pydanny/pyup-update-pytz-2020.1-to-2020.4 Bruno Alla 2020-11-03 23:33:34 +0000
  • e33476082c
    Merge pull request #2919 from pydanny/pyup-update-pre-commit-2.7.1-to-2.8.2 Bruno Alla 2020-11-03 23:33:26 +0000
  • a22eb3eabd
    Merge pull request #2917 from pydanny/pyup-update-pytest-6.1.1-to-6.1.2 Bruno Alla 2020-11-03 23:32:57 +0000
  • 0f99c0b875
    Merge pull request #2912 from pydanny/pyup-update-sh-1.14.0-to-1.14.1 Bruno Alla 2020-11-03 23:32:39 +0000
  • 0dad87553a
    Merge pull request #2911 from pydanny/pyup-update-pytest-django-4.0.0-to-4.1.0 Bruno Alla 2020-11-03 23:32:29 +0000
  • 6f3940b9c7
    Merge pull request #2910 from pydanny/pyup-update-pillow-8.0.0-to-8.0.1 Bruno Alla 2020-11-03 23:32:12 +0000
  • 37be877a9b
    Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0 Bruno Alla 2020-11-03 23:31:54 +0000
  • 0c35c6152c
    Merge pull request #2906 from pydanny/pyup-update-uvicorn-0.12.1-to-0.12.2 Bruno Alla 2020-11-03 23:30:37 +0000
  • 4a5717c831 Update sentry-sdk from 0.19.1 to 0.19.2 pyup-bot 2020-11-02 15:47:08 -0800
  • 2bd2e4a8fc Update sphinx from 3.2.1 to 3.3.0 pyup-bot 2020-11-02 06:37:22 -0800
  • 510ba4ca8a Update django from 3.0.10 to 3.0.11 pyup-bot 2020-11-02 06:37:19 -0800
  • b86ede6079 Update pytz from 2020.1 to 2020.4 pyup-bot 2020-11-02 06:37:16 -0800
  • 1db4f20e2b Add RTD support & fix Docker docs * Set DATABASE_URL environment variable to sqlite inside conf.py instead of the compose file since it's not changed very often. * Setting the DATABASE_URL to SQLite avoids a dependency on the Postgres service * Docker docs service should use /start-docs to be consistent with other start commands * Added RTD configuration file Andrew-Chen-Wang 2020-11-01 01:00:29 -0400
  • d216bfcc56 Merge branch 'master' of github.com:Andrew-Chen-Wang/cookiecutter-django Andrew-Chen-Wang 2020-11-01 00:15:28 -0400
  • 343f9b6fba Merge branch 'master' of github.com:pydanny/cookiecutter-django Andrew-Chen-Wang 2020-11-01 00:14:52 -0400
  • b14a033c8b Update pre-commit from 2.7.1 to 2.8.2 pyup-bot 2020-10-30 15:44:46 -0700
  • 2ff8d66c1e Update pre-commit from 2.7.1 to 2.8.1 pyup-bot 2020-10-28 23:59:07 -0700
  • 5224641a16 Update pytest from 6.1.1 to 6.1.2 pyup-bot 2020-10-28 23:59:03 -0700
  • 21d8bf5fc3 Update pytest from 6.1.1 to 6.1.2 pyup-bot 2020-10-28 23:59:02 -0700
  • 9c0f056817 Update django-stubs from 1.6.0 to 1.7.0 pyup-bot 2020-10-28 02:10:16 -0700
  • 2b3cd51789
    Bump stefanzweifel/git-auto-commit-action from v4.6.0 to v4.7.2 dependabot[bot] 2020-10-26 07:10:28 +0000
  • f2d289588b Update sh from 1.14.0 to 1.14.1 pyup-bot 2020-10-24 11:04:52 -0700
  • edbc4d3a8c Update pytest-django from 4.0.0 to 4.1.0 pyup-bot 2020-10-22 15:52:35 -0700
  • eb400e4980 Update pillow from 8.0.0 to 8.0.1 pyup-bot 2020-10-22 15:52:32 -0700
  • c9e397208f
    Bump stefanzweifel/git-auto-commit-action from v4.6.0 to v4.7.1 dependabot[bot] 2020-10-22 06:04:48 +0000
  • 8e229ce0e0 Update django-celery-beat from 2.0.0 to 2.1.0 pyup-bot 2020-10-19 23:39:07 -0700
  • 4e8fc1a346 Update Changelog Andrew-Chen-Wang 2020-10-20 02:20:24 +0000
  • 4b97071cfe Update Changelog browniebroke 2020-10-20 02:19:25 +0000
  • 81c9a4a76a Update uvicorn from 0.12.1 to 0.12.2 pyup-bot 2020-10-19 09:13:14 -0700
  • c0bb6c4388
    Merge pull request #2905 from pydanny/pyup-update-sentry-sdk-0.19.0-to-0.19.1 Bruno Alla 2020-10-19 14:47:03 +0100
  • 3d87a42055 Update sentry-sdk from 0.19.0 to 0.19.1 pyup-bot 2020-10-19 03:32:37 -0700
  • 38f4244a3e Update Changelog Andrew-Chen-Wang 2020-10-18 02:20:40 +0000
  • 27b005202d Update Changelog browniebroke 2020-10-18 02:19:43 +0000
  • c4f46d0526
    Merge pull request #2901 from pydanny/pyup-update-django-allauth-0.42.0-to-0.43.0 Bruno Alla 2020-10-17 12:42:02 +0100
  • 95876a62cf
    Merge pull request #2903 from pydanny/pyup-update-pytest-django-3.10.0-to-4.0.0 Bruno Alla 2020-10-17 12:41:22 +0100
  • 58b0359af6 Update pytest-django from 3.10.0 to 4.0.0 pyup-bot 2020-10-16 10:36:51 -0700
  • 24f97762b9 Update Changelog Andrew-Chen-Wang 2020-10-16 02:20:46 +0000
  • 520dcfef36 Update Changelog browniebroke 2020-10-16 02:19:55 +0000
  • 4ecc00ea6c Update django-allauth from 0.42.0 to 0.43.0 pyup-bot 2020-10-15 12:30:53 -0700
  • 5c55a726a8
    Update .gitignore Vishnu Kant Shukla 2020-10-15 19:02:20 +0530
  • b7c7eaf465
    Merge pull request #2898 from pydanny/pyup-update-pillow-7.2.0-to-8.0.0 Bruno Alla 2020-10-15 12:59:53 +0100
  • 7223ab5065 Pin official GH actions to the major digit Bruno Alla 2020-10-15 12:58:21 +0100
  • 89ab6b37a5
    Bump actions/setup-python from v2.1.3 to v2.1.4 dependabot[bot] 2020-10-15 06:24:20 +0000
  • 7743195b4e Update Changelog Andrew-Chen-Wang 2020-10-15 02:21:08 +0000
  • 19ebbed30a Update Changelog browniebroke 2020-10-15 02:20:03 +0000
  • 4e6cc3ca60 Update pillow from 7.2.0 to 8.0.0 pyup-bot 2020-10-14 15:58:12 -0700
  • 100c06f078
    Merge pull request #2897 from pydanny/update/pre-commit-autoupdate Bruno Alla 2020-10-14 11:46:41 +0100
  • 2eca607f96
    Merge pull request #2896 from pydanny/pyup-update-sentry-sdk-0.18.0-to-0.19.0 Bruno Alla 2020-10-14 11:46:25 +0100
  • 3ba27df7e0 Update Changelog Andrew-Chen-Wang 2020-10-14 02:21:07 +0000
  • fdce700634 Update Changelog browniebroke 2020-10-14 02:20:15 +0000
  • a26d57a6e7 Auto-update pre-commit hooks github-actions[bot] 2020-10-14 00:29:18 +0000
  • acaeb0d950 Update sentry-sdk from 0.18.0 to 0.19.0 pyup-bot 2020-10-13 05:31:37 -0700
  • 1694cdf613
    Merge pull request #2895 from pydanny/pyup-update-isort-5.6.3-to-5.6.4 Bruno Alla 2020-10-13 11:35:13 +0100
  • 8141e29284 Update isort from 5.6.3 to 5.6.4 pyup-bot 2020-10-13 02:35:34 -0700
  • 8067fac139 Update Changelog Andrew-Chen-Wang 2020-10-13 02:21:03 +0000
  • 5cc1cb2039 Update Changelog browniebroke 2020-10-13 02:19:53 +0000
  • 6865ef39fd
    Merge pull request #2892 from pydanny/update/pre-commit-autoupdate Bruno Alla 2020-10-12 12:16:26 +0100
  • e5767eff3b
    Merge pull request #2893 from pydanny/dependabot/github_actions/stefanzweifel/git-auto-commit-action-v4.6.0 Bruno Alla 2020-10-12 12:16:06 +0100
  • 2b5b5a8fb6
    Bump stefanzweifel/git-auto-commit-action from v4.5.1 to v4.6.0 dependabot[bot] 2020-10-12 06:52:07 +0000
  • 22c5082f19 Update Changelog Andrew-Chen-Wang 2020-10-12 02:22:02 +0000
  • ea0856f52f Update Changelog browniebroke 2020-10-12 02:19:53 +0000
  • 62b20fd906 Auto-update pre-commit hooks github-actions[bot] 2020-10-12 00:29:27 +0000
  • 1e52382011
    Merge pull request #2890 from pydanny/update/pre-commit-autoupdate Bruno Alla 2020-10-11 15:27:18 +0100
  • 2956ef8a37
    Merge pull request #2891 from pydanny/pyup-update-isort-5.6.1-to-5.6.3 Bruno Alla 2020-10-11 15:26:59 +0100
  • 11f3756095
    Merge pull request #2887 from pydanny/pyup-update-django-anymail-8.0-to-8.1 Bruno Alla 2020-10-11 15:26:29 +0100
  • d8ce10d4e9
    Merge pull request #2885 from pydanny/pyup-update-tox-3.20.0-to-3.20.1 Bruno Alla 2020-10-11 15:25:52 +0100
  • 5e03f51c5c Update isort from 5.6.1 to 5.6.3 pyup-bot 2020-10-11 03:05:35 -0700
  • 8faa1e478b Auto-update pre-commit hooks github-actions[bot] 2020-10-11 00:29:47 +0000
  • b254d83d3a Update isort from 5.6.1 to 5.6.2 pyup-bot 2020-10-10 07:20:52 -0700
  • d59f75e79f
    Merge pull request #1 from PraneethKarnena/PraneethKarnena-patch-1 Praneeth Karnena 2020-10-10 14:00:28 +0530
  • 9efe69465f
    Fix .env file reading Praneeth Karnena 2020-10-10 13:59:34 +0530
  • 86bef0accc Update Changelog Andrew-Chen-Wang 2020-10-10 02:19:55 +0000
  • 53a112b6e4 Update Changelog browniebroke 2020-10-10 02:19:04 +0000
  • e043af811a Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:11:03 -0700
  • 55a6674d0c Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:11:02 -0700
  • edd29c3982 Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:11:01 -0700
  • ae526ad8df Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:11:00 -0700
  • fa2f09f27d Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:10:59 -0700
  • d0d50fe800 Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:10:58 -0700
  • dee930cad5 Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:10:58 -0700
  • be74011ba5 Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:10:57 -0700
  • 44689a8be6 Update django-anymail from 8.0 to 8.1 pyup-bot 2020-10-09 13:10:56 -0700