Wykres commitów

321 Commity (3741dc5234e3bfbba95d0d8ec83ba37c65de0716)

Autor SHA1 Wiadomość Data
JamesRamm 3741dc5234 Update documentation 2018-12-31 16:09:12 +01:00
JamesRamm f71948b9cd Update landscape to only be py 2 2018-12-31 14:04:32 +01:00
JamesRamm e77be03f43 Merge branch 'master' of https://github.com/JamesRamm/longclaw 2018-12-29 22:36:15 +01:00
JamesRamm 5469c0496a tutorial install guide updated 2018-12-29 22:35:40 +01:00
James Ramm af89d584f0
Update image links 2018-12-29 19:06:05 +01:00
James Ramm b7ab85229c
Update README.md 2018-12-29 19:04:33 +01:00
James Ramm 4a5c11a1f8 Initial setup of docusaurus 2018-12-29 19:01:02 +01:00
James Ramm 2f75da3334 Table of contents 2018-12-28 20:27:43 +01:00
James Ramm 86d0610507 Revert last change 2018-12-28 20:26:48 +01:00
James Ramm f44a8c5f58 Check adding root in gitbook yml 2018-12-28 20:25:51 +01:00
James Ramm 09078eb8bf Gitbook updates 2018-12-28 20:24:19 +01:00
James Ramm 526d9cf3fb Update readme 2018-12-28 16:13:51 +01:00
James Ramm c308a746bd Updates for gitbook docs 2018-12-28 15:56:28 +01:00
James Ramm 356833b484 Add explicit checks for existence of JS. Fixes #165 2018-12-28 15:52:37 +01:00
James Ramm b744861492 Update yaml config 2018-12-28 11:09:01 +01:00
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