Wykres commitów

10 Commity (8ff51b9274299e882224e71a159f8333ee3b3151)

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
James Ramm fd6cd2eab6 Reworking of Products (#86)
* Fixes #76 and fixes #47 by removing concrete product models from longclaw. Abstract classes are provided as a starting point and concrete models moved to the project template

* Products fully customisable (and therefore product index). Work on #76

* Removes concrete product models from longclaw, allowing customisation. For #76 and #47

* Product base testing

* Reorder imports for tests

* Drop py3.3

* Add back admin.py

* Update page panels

* Add tests to products
2017-09-17 14:01:12 +02:00
James Ramm bcec8915c1 Add to basket template tag & docs (#82)
* fixes #61

* Update travis

* Update changelog for 0.2

* Add alex as contributor

* Docs update

* tests in longclawcore package

* Remove eggs dir

* update ignores

* Add last entry to changelog

* fixes #79
2017-08-25 08:33:47 +01:00
JamesRamm 60443a987a Working on #41 2017-04-05 14:32:22 +01:00
JamesRamm c6becc8106 More work on #41 2017-03-31 09:20:39 +01:00
JamesRamm 953ee0f550 Adding products to basket html snippet 2017-03-30 21:52:59 +01:00
JamesRamm f655b63818 Writing product template walkthrough. #41 2017-03-30 21:39:50 +01:00
JamesRamm a214b5e7fa Customising products walkthrough. #41 2017-03-30 21:17:02 +01:00
JamesRamm ba3d91f7a2 Docs: Adding product index. #41 2017-03-30 20:24:37 +01:00
JamesRamm a2a7a98ea7 Working on #41 2017-03-27 08:29:35 +01:00