tango_with_django_2_code icon indicating copy to clipboard operation
tango_with_django_2_code copied to clipboard

Django 2 and Python 3: Tango With Django 2 Code Repository (for book 2020-01a)

Results 9 tango_with_django_2_code issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Hello, I understand that by overriding the clean() method in PageForm class the URL box on the ../add_page/ webpage should also accept URLs that don't begin with 'http://'. But it...

{% load staticfiles %} is giving error: 'staticfiles' is not a registered tag library. But, I have 'django.contrib.staticfiles' inside the INSTALLED_APPS in settings.py. {% load staticfiles %} and {% load...

It was giving the error NoReverseMatch 'rango' is not a registered namespace. I have added the namespace 'rango' in the project's urls.py

The tests for Chapter 5 are producing the error message on line 178 of the tests_chapter5.py file. The error message reads: "We couldn't find the correct output in the Page...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.3.9 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies