| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.django_3: 3.2 -> 3.2.2•••https://www.djangoproject.com/weblog/2021/may/06/security-releases/
| Robert Schütz | 2021-05-07 | 1 | -2/+2 |
| * | python3Packages.django_2: 2.2.20 -> 2.2.22•••https://www.djangoproject.com/weblog/2021/may/06/security-releases/
| Robert Schütz | 2021-05-07 | 1 | -2/+2 |
| * | python3Packages.django_3: 3.1.7 -> 3.2•••Fixes: CVE-2021-28658
| Martin Weinelt | 2021-04-07 | 1 | -2/+2 |
| * | python3Packages.django_2: 2.2.19 -> 2.2.20•••Fixes: CVE-2021-28658
| Martin Weinelt | 2021-04-07 | 1 | -2/+2 |
| * | python3Packages.django_2: 2.2.18 -> 2.2.19•••This fixes CVE-2021-23336:
https://www.djangoproject.com/weblog/2021/feb/19/security-releases/
| Robert Schütz | 2021-03-20 | 1 | -2/+2 |
| * | python37Packages.django_3: 3.1.6 -> 3.1.7 | R. RyanTM | 2021-02-24 | 1 | -2/+2 |
| * | pythonPackages.django: 2.2.17 -> 2.2.18•••See https://docs.djangoproject.com/en/2.2/releases/2.2.18/ for release
information
| Lancelot SIX | 2021-02-06 | 1 | -2/+2 |
| * | python37Packages.django_3: 3.1.5 -> 3.1.6 | R. RyanTM | 2021-02-05 | 1 | -2/+2 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 2 | -2/+2 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 2 | -4/+4 |
| * | python37Packages.django_3: 3.1.4 -> 3.1.5 | R. RyanTM | 2021-01-05 | 1 | -2/+2 |
| * | python37Packages.django_3: 3.1.3 -> 3.1.4 | R. RyanTM | 2020-12-03 | 1 | -2/+2 |
| * | python3Packages.Django: 3.1.2 -> 3.1.3 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | python3Packages.Django: 2.2.16 -> 2.2.17 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | Revert "Revert "pythonPackages.django: clarify versions, remove django_lts at...•••Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.
https://www.djangoproject.com/download/
This reverts commit af8a48c3c12fc731f96eaa85a4531bea013d13c8.
| Frederik Rietdijk | 2020-10-25 | 1 | -0/+0 |
| * | Revert "pythonPackages.django: clarify versions, remove django_lts attribute"•••Fix eval.
This reverts commit 00d5a1332234de8f0b8ac947f06a025689894e8c.
| Frederik Rietdijk | 2020-10-25 | 1 | -0/+0 |
| * | python3Packages.Django: 3.1.1 -> 3.1.2 | Frederik Rietdijk | 2020-10-25 | 1 | -2/+2 |
| * | pythonPackages.django_3: 3.1 -> 3.1.1•••See https://docs.djangoproject.com/en/3.1/releases/3.1.1/
| Lancelot SIX | 2020-10-25 | 1 | -2/+2 |
| * | pythonPackages.django: clarify versions, remove django_lts attribute•••Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.
https://www.djangoproject.com/download/
| Frederik Rietdijk | 2020-10-25 | 1 | -0/+0 |
| * | pythonPackages.django_3: init at 3.1 | Frederik Rietdijk | 2020-10-25 | 2 | -0/+72 |
| * | pythonPackages.django: 2.2.15 -> 2.2.16•••See https://docs.djangoproject.com/en/dev/releases/2.2.16/
| Lancelot SIX | 2020-09-22 | 1 | -2/+2 |
| * | python3Packages.Django: 2.2.14 -> 2.2.15 | Frederik Rietdijk | 2020-08-29 | 1 | -2/+2 |
| * | pythonPackages.django_1_11: no longer supported | Frederik Rietdijk | 2020-08-29 | 1 | -34/+0 |
| * | pythonPackages.django: 2.2.13 -> 2.2.14•••See https://docs.djangoproject.com/en/2.2/releases/2.2.14/ for release
information
| Lancelot SIX | 2020-07-15 | 1 | -2/+2 |
| * | pythonPackages.django2_2: 2.2.11 -> 2.2.13•••Fixes: CVE-2020-13254, CVE-2020-13596
| Martin Weinelt | 2020-06-03 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 2 | -2/+2 |
| * | pythonPackages.django_1_8: drop•••This version is heavily outdated and is not required anymore.
Closes #52679
| Lancelot SIX | 2020-03-22 | 1 | -32/+0 |
| * | django: update version 2.2.10 to 2.2.11 | Peter Simons | 2020-03-20 | 1 | -2/+2 |
| * | 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
| Lancelot SIX | 2020-02-06 | 1 | -2/+2 |
| * | 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
| Lancelot SIX | 2020-02-06 | 1 | -2/+2 |
| * | pythonPackages.django_2_1: drop•••Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
| Lancelot SIX | 2020-01-21 | 1 | -38/+0 |
| * | pythonPackages.django: 1.11.26 -> 1.11.27•••See https://docs.djangoproject.com/en/1.11/releases/1.11.27/ for release
information.
| Lancelot SIX | 2019-12-20 | 1 | -2/+2 |
| * | 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.
| Lancelot SIX | 2019-12-19 | 1 | -2/+2 |
| * | Merge pull request #74902 from lsix/django-1.11.26•••pythonPackages.django: 1.11.24 -> 1.11.26 | Lancelot SIX | 2019-12-19 | 1 | -2/+2 |
| |\ |
|
| | * | 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/
| Lancelot SIX | 2019-12-03 | 1 | -2/+2 |
| * | | python: Django: 2.1.14 -> 2.1.15 | Frederik Rietdijk | 2019-12-15 | 1 | -2/+2 |
| * | | pytthonPackages.django_2_2: 2.2.7 -> 2.2.8•••See https://docs.djangoproject.com/en/2.2/releases/2.2.8/
| Lancelot SIX | 2019-12-04 | 1 | -2/+2 |
| |/ |
|
| * | python: Django: 2.2.6 -> 2.2.7 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| * | python: Django: 2.1.13 -> 2.1.14 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| * | python: Django: 2.2.5 -> 2.2.6 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python: Django: 2.1.11 -> 2.1.13 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | Merge pull request #68486 from B4dM4n/django-doublewrap•••django: don't wrap binary files twice | Jörg Thalheim | 2019-09-11 | 3 | -15/+0 |
| |\ |
|
| | * | django: don't wrap binary files twice | Fabian Möller | 2019-09-11 | 3 | -15/+0 |
| * | | python3Packages.django_2_2: 2.2.4 -> 2.2.5 | Orivej Desh | 2019-09-09 | 1 | -2/+2 |
| * | | pythonPackages.django: 1.11.23 -> 1.11.24 | Orivej Desh | 2019-09-08 | 1 | -2/+2 |
| |/ |
|
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -2/+2 |
| * | 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.
| Lancelot SIX | 2019-08-05 | 1 | -2/+2 |
| * | 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.
| Lancelot SIX | 2019-08-05 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-08-05 | 1 | -2/+2 |
| * | python3Packages.django_1_8: add more known vulns•••I'm just assuming that these affect 1.8, since they affect every later
version.
| Alyssa Ross | 2019-07-04 | 1 | -0/+3 |