Skip to content

Releases: cookiecutter/cookiecutter-django

2021.11.26

27 Nov 02:15
Compare
Choose a tag to compare

Changed

  • Setup pre-commit for the template files (#3433)

2021.11.25

26 Nov 02:14
Compare
Choose a tag to compare

Changed

  • Add an assertion to fix mypy type error (#3150)
  • Make django depend on redis in local Docker (#3265)

2021.11.24

25 Nov 02:15
Compare
Choose a tag to compare

Changed

  • Cache Python dependencies on our CI (#3434)
  • Small formatting fixes to Deploy to PythonAnywhere page (#3432)

Updated

  • Upgrade to Django 3.2 (#3425)

2021.11.22

23 Nov 02:14
Compare
Choose a tag to compare

Changed

  • Removed unnecessary custom context processor exposing the DEBUG Template Context Variable (#3042)
  • Clean up trailing whitespace (#3430)

Updated

  • Update redis to 4.0.2 (#3431)
  • Bump Postgres to 13.5 12.9 11.14 10.19; add 14.1 (#3428)

2021.11.20

21 Nov 02:16
Compare
Choose a tag to compare

Fixed

  • Update repos for pre-commit hooks (#3424)

Updated

  • Bump pre-commit/action to 2.0.3 (#3426)

2021.11.19

20 Nov 02:16
Compare
Choose a tag to compare

Updated

  • Update celery to 5.2.1 (#3423)
  • Auto-update pre-commit hooks (#3420)

2021.11.18

19 Nov 02:15
Compare
Choose a tag to compare

Changed

  • Switch template to calendar versioning & automate releases (#3415)

Updated

  • Update black to 21.11b1 (#3421)
  • Update redis to 4.0.1 (#3416)

3.1.13-01

18 Nov 09:23
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

Documentation updates

3.1.13

12 Aug 07:40
8508ff8
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

Documentation updates

  • Fix generated documentation on how to get started with docs (#3230) @Andrew-Chen-Wang
  • Fix link format from markdown to RST in developing-locally.rst (#3214) @grantm
  • Use shorthand for the officially supported Heroku buildpack (#3211) @raybesiga

3.1.12

25 Jun 08:11
Compare
Choose a tag to compare

Changes

Bugfixes

  • Move ARG PYTHON_VERSION=3.9-slim-buster to the global scope (#3188) @luzfcb