Wykres commitów

14 Commity (b4f552860df2ca8a380d65672ce8cb1e43ab3901)

Autor SHA1 Wiadomość Data
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
JamesRamm 1c93a620eb Provides a project template 2017-02-17 09:03:21 +00:00
JamesRamm b926d2756b Make some settings configurable 2017-02-12 16:05:03 +00:00
JamesRamm 8b9867b740 Separate shipping models and address and register with modeladmin 2017-02-11 17:06:19 +00:00
JamesRamm 6d5987c8d4 Working on #1. Adds a read-only order view with all relationship fields 2017-02-08 11:24:49 +00:00
JamesRamm ea533a3462 Fix migrations 2017-02-06 09:50:01 +00:00
JamesRamm a1b639a0d4 Fixes #7 2017-02-06 08:26:02 +00:00
JamesRamm edf8260d6b Fixes unknown field in basket api 2017-02-06 08:04:04 +00:00
JamesRamm 1cead7642b Make api functions writing to db atomic 2017-02-03 20:34:35 +00:00
JamesRamm 645710c9f0 Fix payment error 2017-02-03 20:27:35 +00:00
JamesRamm 00ce917a69 Correct relative import 2017-02-03 16:56:15 +00:00
JamesRamm f674f968cb Correct relative import 2017-02-03 16:55:21 +00:00
JamesRamm 0d826d4bb5 Use absolute imports 2017-02-03 16:49:14 +00:00
james ramm 27728c5eab First commit 2017-02-03 10:04:57 +00:00