Frederik Rietdijk
89a60382e4
Revert "Revert "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/
This reverts commit af8a48c3c12fc731f96eaa85a4531bea013d13c8.
2020-10-25 13:55:44 +01:00
Erik Arvstedt
684496cfb6
paperless: fix build
...
Paperless was dependent on older older versions of recently updated
Python packages.
2020-09-09 19:39:06 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
Maximilian Bosch
0d5806fefd
paperless: fix cors header
...
`django-cors-headers` 3.x (which is used in nixpkgs) requires a scheme
for allowed hosts. Upstream uses 2.4, however we create the python env
with Nix, so the source needs to be patched accordingly.
2019-09-14 14:59:00 +02:00
Daniel Schaefer
cbab4663f3
paperless: Use pytest_4 in django-crispy-forms
...
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +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
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Erik Arvstedt
0231273a57
paperless: init at 2.7.0
2019-05-08 09:26:31 +02:00