Wykres commitów

272 Commity (89e958c0bc3621d9e8db039e5beed13d3cedcd50)

Autor SHA1 Wiadomość Data
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
JamesRamm 68ab4b06e3 Simplify README. Working on #99 2017-10-21 19:36:40 +02:00
JamesRamm a47b0f4a38 Merge branch 'master' of https://github.com/JamesRamm/longclaw 2017-10-21 19:21:30 +02:00
JamesRamm 5392ff6a12 Adds an api method for replacing the basket contents, for #75 2017-10-21 19:21:15 +02:00
pyup.io bot 1e5c185ab8 Update django-extensions from 1.9.1 to 1.9.6 (#100) 2017-10-18 08:49:54 +02:00
pyup.io bot 3f86e488f4 Update djangorestframework from 3.7.0 to 3.7.1 (#101) 2017-10-18 08:49:43 +02:00
JamesRamm 6864f5842d fixes 2017-10-15 19:06:21 +02:00
pyup.io bot dd28e7147d Update setuptools from 36.5.0 to 36.6.0 (#97) 2017-10-12 20:02:37 +01:00
James Ramm 048e716db1 Product Requests (#95)
* Fixes #49
2017-10-10 19:49:56 +01:00
pyup.io bot 13feec47b5 Update djangorestframework from 3.6.4 to 3.7.0 (#94) 2017-10-07 10:50:19 +01:00
JamesRamm d790fecf1e Triple quotes on docstrings are pep257 2017-10-01 12:19:37 +02:00
JamesRamm d0f789df6c Test for remove_stale_baskets 2017-10-01 12:11:47 +02:00
James Ramm 944c887306 Order refunds (#93)
Basic refund mechanism. Fixes #40
2017-10-01 12:01:40 +02:00
JamesRamm b0a85b8ee4 Test and correction for ctx processor 2017-09-30 00:11:46 +02:00
JamesRamm 1d05882d46 Test for daily sales 2017-09-30 00:08:58 +02:00
JamesRamm 9cdae9b19e Test for daily sales 2017-09-30 00:07:00 +02:00
JamesRamm f3f9e5f853 Rewrite migration history for tests 2017-09-29 19:26:50 +02:00
James Ramm 966831f589 Fixes #71 (#92) 2017-09-29 19:00:37 +02:00
JamesRamm dcde8102a2 Fixes #90 2017-09-29 18:48:52 +02:00
JamesRamm 908f5906d6 Update wagtail reqs 2017-09-29 16:29:25 +02:00
JamesRamm 1c8238d747 Update reqs for project template 2017-09-29 16:28:46 +02:00
JamesRamm 9ab146f594 Update migration for new products app 2017-09-22 16:32:08 +02:00
JamesRamm 8c9d69b16f Correct migration in project template 2017-09-22 16:24:07 +02:00
James Ramm a34edc0088 Fixes #84 (#91)
* Fixes #84
2017-09-17 17:36:04 +02:00
JamesRamm e87c3faca3 Update changelog, remove external migration dependency 2017-09-17 14:29:22 +02:00
JamesRamm 58e5a7e332 Add a test for product title 2017-09-17 14:06:26 +02: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
pyup.io bot 65f4c358cc Update wheel from 0.29.0 to 0.30.0 (#87) 2017-09-16 07:31:33 +02:00
pyup.io bot 14f8e1952f Update setuptools from 36.4.0 to 36.5.0 (#89) 2017-09-15 17:08:56 +02:00
pyup.io bot 3d33d3d524 Update django-extensions from 1.9.0 to 1.9.1 (#88) 2017-09-13 15:24:29 +02:00
JamesRamm 8f935cfcab Correct error in landscape config 2017-09-08 16:45:46 +02:00
JamesRamm 58c5cc3fb8 Remove py33 from env list for travis 2017-09-08 08:58:03 +02:00
JamesRamm a6ff975d26 Add landscape 2017-09-08 08:55:04 +02:00
JamesRamm 649766f9f8 Correct error in documentation 2017-09-07 20:15:51 +02:00
JamesRamm 5a027af692 Bump version for 1.0 2017-09-06 11:36:54 +02:00