Commit graph

94 commits

Author SHA1 Message Date
Frederik Rietdijk 6eaaf2e5a0 python3Packages.Django: 2.2.14 -> 2.2.15 2020-08-29 10:22:12 -07:00
Frederik Rietdijk 54568a1bea pythonPackages.django_1_11: no longer supported 2020-08-29 14:46:45 +02:00
Lancelot SIX 9db754433c pythonPackages.django: 2.2.13 -> 2.2.14
See https://docs.djangoproject.com/en/2.2/releases/2.2.14/ for release
information
2020-07-15 17:46:21 -07:00
Martin Weinelt b2da714180
pythonPackages.django2_2: 2.2.11 -> 2.2.13
Fixes: CVE-2020-13254, CVE-2020-13596
2020-06-03 16:52:17 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Lancelot SIX 2a5a719930 pythonPackages.django_1_8: drop
This version is heavily outdated and is not required anymore.

Closes #52679
2020-03-22 22:47:53 -07:00
Peter Simons abd30ff776 django: update version 2.2.10 to 2.2.11 2020-03-20 09:55:03 +01:00
Lancelot SIX 2c7f99a799 pythonPackages.django_2_2: 2.2.9 -> 2.2.10
See https://docs.djangoproject.com/en/2.2/releases/2.2.10/ for release
information
2020-02-06 20:04:37 +01:00
Lancelot SIX 4fa2193cd6 pythonPackages.django_1_11: 1.11.27 -> 1.11.28
See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
information
2020-02-06 20:04:37 +01:00
Lancelot SIX 1102fc870d
pythonPackages.django_2_1: drop
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Lancelot SIX 2a60519881 pythonPackages.django: 1.11.26 -> 1.11.27
See https://docs.djangoproject.com/en/1.11/releases/1.11.27/ for release
information.
2019-12-20 21:16:57 -08:00
Lancelot SIX b7e6b417f5 python3Packages.django_2_2: 2.2.8 -> 2.2.9
See https://docs.djangoproject.com/en/2.2/releases/2.2.9/ fer release
information.
2019-12-19 13:37:49 -08:00
Lancelot SIX 05caa97701
Merge pull request #74902 from lsix/django-1.11.26
pythonPackages.django: 1.11.24 -> 1.11.26
2019-12-19 17:49:06 +01:00
Frederik Rietdijk 32edac585f python: Django: 2.1.14 -> 2.1.15 2019-12-15 16:23:14 +01:00
Lancelot SIX 40e0bf33fc pytthonPackages.django_2_2: 2.2.7 -> 2.2.8
See https://docs.djangoproject.com/en/2.2/releases/2.2.8/
2019-12-04 18:29:21 +01:00
Lancelot SIX d453ee2065
pythonPackages.django: 1.11.24 -> 1.11.26
See

- https://docs.djangoproject.com/en/1.11/releases/1.11.26/
- https://docs.djangoproject.com/en/1.11/releases/1.11.25/
2019-12-03 10:36:58 +01:00
Frederik Rietdijk c47d8fc082 python: Django: 2.2.6 -> 2.2.7 2019-11-22 08:37:21 +01:00
Frederik Rietdijk ed7d97a68d python: Django: 2.1.13 -> 2.1.14 2019-11-22 08:37:21 +01:00
Frederik Rietdijk ea7d64bab0 python: Django: 2.2.5 -> 2.2.6 2019-10-18 09:53:57 +02:00
Frederik Rietdijk a4b2ff6b87 python: Django: 2.1.11 -> 2.1.13 2019-10-18 09:53:57 +02:00
Jörg Thalheim c7a84aaca3
Merge pull request #68486 from B4dM4n/django-doublewrap
django: don't wrap binary files twice
2019-09-11 09:30:13 +01:00
Fabian Möller 7a4644fcb8
django: don't wrap binary files twice 2019-09-11 09:49:17 +02:00
Orivej Desh e19054ab3c python3Packages.django_2_2: 2.2.4 -> 2.2.5 2019-09-09 01:18:55 +00:00
Orivej Desh e82b8fa7f7 pythonPackages.django: 1.11.23 -> 1.11.24 2019-09-08 04:32:38 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Lancelot SIX 34eca41af0
python3Packages.django_2_1: 2.1.10 -> 2.1.11
See https://docs.djangoproject.com/en/2.1/releases/2.1.11/ for release
notes.
2019-08-05 12:06:23 +02:00
Lancelot SIX 37c8c6371b
pythonPackages.django_1_11: 1.11.22 -> 1.11.23
See https://docs.djangoproject.com/en/1.11/releases/1.11.23/ for release
note.
2019-08-05 12:05:36 +02:00
R. RyanTM c76f10fd01 python37Packages.django_2_2: 2.2.3 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
2019-08-05 02:45:34 -07:00
Alyssa Ross 6bbeeb629e
python3Packages.django_1_8: add more known vulns
I'm just assuming that these affect 1.8, since they affect every later
version.
2019-07-04 00:05:22 +00:00
Alyssa Ross b37c76fa7f
python3Packages.django_2_2: 2.2.2 -> 2.2.3 2019-07-03 23:58:45 +00:00
Alyssa Ross 26b6cbad4b
python3Packages.django_2_1: 2.1.9 -> 2.1.10
CVE-2019-12781
2019-07-03 23:58:43 +00:00
Alyssa Ross 20a5961588
python3Packages.django: 1.11.21 -> 1.11.22
CVE-2019-12781
2019-07-03 23:58:39 +00:00
Lancelot SIX 00078b99ee
Merge pull request #63366 from lsix/django_1_11_21
pythonPackages.django: 1.11.20 -> 1.11.21
2019-06-20 11:00:05 +02:00
Lancelot SIX 8516717ecd
Merge pull request #63367 from lsix/django_2_1_9
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
2019-06-20 10:59:46 +02:00
Lancelot SIX 994a2319a1
Merge pull request #63354 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_2_2: 2.2.1 -> 2.2.2
2019-06-17 21:25:54 +02:00
Lancelot SIX 13859d3fd4
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:54:41 +02:00
Lancelot SIX 1a3e3345d3
pythonPackages.django: 1.11.20 -> 1.11.21
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:48:23 +02:00
R. RyanTM 9b98d400d1 python37Packages.django_2_2: 2.2.1 -> 2.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
2019-06-17 10:31:53 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Lancelot SIX d2de73f42c
python3Packages.django_2_2: init at 2.2.1
This introduces Django-2.2, the new LTR version of django.

For the time being, django-1.11 continues to be LTR in nixpkgs
django-2.2 is introduced to prepare the migration.
2019-05-20 11:52:45 +02:00
Lancelot SIX 952d983e77
pythonPackages.django_2_1: 2.1.7 -> 2.1.8
See https://docs.djangoproject.com/en/2.2/releases/2.1.8/ for release
information
2019-04-09 15:50:39 +02:00
Lancelot SIX 3e81b4500e
pythonPackages.django_1_11: 1.11.18 -> 1.11.20
See release notes:
- https://docs.djangoproject.com/en/dev/releases/1.11.19/
- https://docs.djangoproject.com/en/dev/releases/1.11.20/
2019-03-07 09:30:15 +01:00
Frederik Rietdijk b67226fab2 python: Django: 2.1.5 -> 2.1.7 2019-02-17 14:40:19 +01:00
Martin Lavoie 8cf4803d5e Django: 2.0 -> removed
Django 2.0 will reach EOL soon after the release of Nixos 19.03
Close issue #54943
2019-02-09 11:54:50 -05:00
Robert Schütz c2707983ec
Merge pull request #54940 from dotlambda/CVE-2019-3498
django: CVE-2019-3498
2019-01-31 10:25:34 +01:00
Robert Schütz c6e08579c5
python.pkgs.django_1_8: mark as insecure (#54937)
Since CVE-2018-14574 and CVE-2019-3498 affect 1.11, it is very likely
they also apply to 1.8. However, Django 1.8 has reached EOL in April
2018 and the patches were not backported.
2019-01-30 23:57:50 +01:00
Robert Schütz 682b551864 python.pkgs.django_2_0: 2.0.9 -> 2.0.10
fixes CVE-2019-3498
2019-01-30 14:46:54 +01:00
Robert Schütz e79d165d42 python.pkgs.django_1_11: 1.11.17 -> 1.11.18
fixes CVE-2019-3498
2019-01-30 14:45:23 +01:00
R. RyanTM 0f5b4ecbea python37Packages.django_2_1: 2.1.4 -> 2.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
2019-01-13 15:13:49 +01:00
Robert Schütz 461552526b python.pkgs.django_1_8: 1.8.18 -> 1.8.19
This fixes CVE-2018-7536 and CVE-2018-7537:
https://www.djangoproject.com/weblog/2018/mar/06/security-releases/

cc https://github.com/NixOS/nixpkgs/issues/52679
2018-12-24 11:18:57 +01:00