Wykres commitów

406 Commity (master)

Autor SHA1 Wiadomość Data
James Ramm fdacf23803 Gitbook setup 2018-12-28 11:05:31 +01:00
jamesramm 52ee54d9e6
GitBook: [master] 8 pages modified 2018-12-28 09:46:53 +00:00
James Ramm a855dd6bea Merge branch 'master' of https://github.com/JamesRamm/longclaw 2018-12-28 09:56:17 +01:00
James Ramm 4a33b63d4c Fixes #130 2018-12-28 09:55:57 +01:00
pyup.io bot e7c1342942 Update setuptools from 39.2.0 to 40.6.3 (#206) 2018-12-26 22:04:09 +01:00
pyup.io bot 66aea31569 Update wheel from 0.31.1 to 0.32.3 (#207) 2018-12-26 22:02:48 +01:00
James Ramm 8ff51b9274
Longclaw 1.0 (#205)
* Compatibility with Wagtail 2 and Django 2
* Fixes #154 

Wagtail 2 compatibility:

* Fixes references to Wagtail packages which use the `wagtail.wagtail*` naming scheme. Wagtail 2 removes the redundancy.
* Wraps imports in `try`/`except` blocks to maintain compatibility with Wagtail 1.

Django 2 comaptibility:

Included because Wagtail 2 adds support for Django 2.

* Adds `on_delete` to all `ForeignKey` model fields, which is now required by Django 2.

* Updates for wagtail 2

* rename modules

* Longclaw v2: Rename and new migrations

* Longclaw 2: Reduce fails to 2 errors

* Longclaw v2: All tests passing

* Update travisconf

* Travis: Enable py37

* Update project template for v2

* longclawv2: update project template

* Fix migrations for longclaw 2

* Corrections in project template for longclaw1.0

* Correct location of templates and update docs

* Automatically load shipping countries

* Add loadcountries command

* Add info on loading country data
2018-12-26 12:58:05 +01:00
James Ramm 3ffae36fd5
Update README.rst 2018-11-25 11:31:45 +01:00
James Ramm 6f7a92c9b3
Update README.rst 2018-11-25 11:31:32 +01:00
James Ramm 2f5259edd0
Update README.rst 2018-11-25 11:30:51 +01:00
Samuel Murillo a3493a6293 Fix #164 (#171) 2018-06-02 13:36:30 +02:00
Sidney F. Guaro 5db44a30c3 [FIX] RE: quantity in api.BasketViewSet.destroy gets unicode instead of int (#170)
* [FIX] quantity in api.BasketViewSet.destroy gets unicode instead of int

* from rest_framework.decorators import detail_route, list_route
from rest_framework import permissions, status, viewsets
from rest_framework.response import Response
from longclaw.longclawbasket.models import BasketItem
from longclaw.longclawbasket.serializers import BasketItemSerializer
from longclaw.longclawbasket import utils
from longclaw.utils import ProductVariant

class BasketViewSet(viewsets.ModelViewSet):

* [FIX] RE: quantity in api.BasketViewSet.destroy gets unicode instead of int
2018-05-30 18:59:31 +02:00
Sidney F. Guaro ee5ae8ebe8 [FIX] quantity in api.BasketViewSet.destroy gets unicode instead of int (#168) 2018-05-22 21:19:59 +02:00
pyup.io bot 35e054eec7 Update django-extensions from 2.0.6 to 2.0.7 (#160) 2018-05-21 09:22:22 +02:00
pyup.io bot a054128e69 Update wheel from 0.31.0 to 0.31.1 (#163) 2018-05-21 09:22:08 +02:00
pyup.io bot 4eb710c28c Update setuptools from 39.0.1 to 39.2.0 (#166) 2018-05-21 09:21:28 +02:00
pyup.io bot 73adee7c71 Update wheel from 0.30.0 to 0.31.0 (#155) 2018-04-07 17:11:11 +02:00
pyup.io bot 715bcca260 Update djangorestframework from 3.7.7 to 3.8.2 (#159) 2018-04-07 17:10:54 +02:00
JamesRamm 136ce0325b Merge branch 'master' of https://github.com/JamesRamm/longclaw 2018-03-24 07:49:34 +01:00
JamesRamm 22538ee331 Reverse argument ordering for py34. #146 2018-03-24 07:49:18 +01:00
James Ramm ac3a56eb9c
Update .travis.yml
remove dj 1.10 support
2018-03-23 23:08:55 +01:00
James Ramm ad1ffb19ed
Update tox.ini
Remove dj1.10 support
2018-03-23 23:08:34 +01:00
pyup.io bot d7b0a41420 Update djangorestframework from 3.7.3 to 3.7.7 (#122) 2018-03-23 23:01:12 +01:00
James Ramm 4379e8f426
Update .travis.yml 2018-03-23 22:54:36 +01:00
pyup.io bot 75fee7c25c Update django-extensions from 1.9.8 to 2.0.6 (#148) 2018-03-23 22:50:27 +01:00
pyup.io bot eaa4c22d4e Update setuptools from 38.5.2 to 39.0.1 (#152) 2018-03-23 22:50:10 +01:00
James Ramm 1578584afe
Update .travis.yml
add missing tox env param
2018-03-23 22:48:45 +01:00
JamesRamm 8c91399f1b Update configurations, #146 2018-03-23 22:33:15 +01:00
JamesRamm d7f5bd46a9 Bump version: 0.2.0 → 0.2.1 2018-03-23 22:15:50 +01:00
JamesRamm 9e3edccf00 Switch to en-gb, en-us might not be recognized. #146 2018-03-23 22:11:09 +01:00
JamesRamm 5c224d8aff Fixes #96 and drops django 1.9 2018-03-23 22:08:34 +01:00
JamesRamm 6c239d7b9f Pin wagtail version to last 1.x release to get latest bugs for travis tests 2018-03-23 22:06:45 +01:00
JamesRamm 785b3ebe36 Pin wagtail version to last 1.x release to get latest bugs for travis tests 2018-03-23 21:58:50 +01:00
JamesRamm b9747a3a9b Fixing errors from travis. #146 2018-03-23 21:50:38 +01:00
JamesRamm 89e958c0bc Update travis config #146 2018-03-23 21:25:39 +01:00
JamesRamm 4a081cca5b Work on #146 - remove older versions from testing 2018-03-23 21:06:52 +01:00
BenSturmfels f498ac084c Fix orders not showing up in admin. (#153)
This change anchors the longclaworders API URLs with a '^' to ensure they can't
confusingly match 'ANYTHING/api/order/...'. Also forces the order loading
JavaScript to use an absolute URL.

I'm not sure that this is the best architectural solution, but it resolves the
issues I'm having at least.

Fixes #131.
2018-03-23 19:56:57 +01:00
pyup.io bot e0078aa6d7 Update setuptools from 38.2.4 to 38.5.2 (#139) 2018-03-09 19:46:48 +01:00
pyup.io bot 43c146b4b8 Update coverage from 4.4.2 to 4.5.1 (#136) 2018-03-09 19:43:57 +01:00
John Curley 7458c39976 Pinned wagtail to below 2.0 (#142) 2018-03-08 18:25:51 +01:00
JamesRamm bcc0c3edfc Migration 2017-12-19 11:35:50 +01:00
pyup.io bot 8314654c07 Update setuptools from 38.2.3 to 38.2.4 (#119) 2017-12-11 19:55:22 +01:00
Alex 1881e4b9ed Correct date return month_start, month_end (#107)
Changes solve the problem of the incorrect date to "def current_month()". The error occured due to incorrect date format month_start.
2017-12-04 15:00:25 +01:00
pyup.io bot f6f6da006a Update django-extensions from 1.9.7 to 1.9.8 (#118) 2017-12-04 11:27:28 +01:00
pyup.io bot 5c6cba2bd8 Update setuptools from 36.7.2 to 38.2.3 (#117) 2017-12-02 10:00:36 +01:00
pyup.io bot 892cc7a3b3 Update setuptools from 36.7.1 to 36.7.2 (#110) 2017-11-17 08:17:20 +01:00
pyup.io bot 768225b479 Update setuptools from 36.6.0 to 36.7.1 (#109) 2017-11-11 11:05:19 +01:00
pyup.io bot e1bf5706b9 Update djangorestframework from 3.7.1 to 3.7.3 (#106) 2017-11-08 16:37:01 +01:00
pyup.io bot 662762c56d Update coverage from 4.4.1 to 4.4.2 (#104) 2017-11-08 16:36:44 +01:00
pyup.io bot 477dce2bfa Update django-extensions from 1.9.6 to 1.9.7 (#103) 2017-10-31 19:44:35 +01:00