David Winterbottom
8a9c548ec5
Weight-based shipping bands now support different method codes
14 年前
David Winterbottom
6b7636116a
Made first steps with weight-based shipping method
14 年前
David Winterbottom
8e28da10ea
Tidy-up of shipping code plus a few more tests
14 年前
David Winterbottom
220fbd128d
Made test runner more flexible.
14 年前
David Winterbottom
6b863ebb0d
Corrected gitignore file
14 年前
David Winterbottom
ee92b1dde8
Removed sqlite file from source control
14 年前
David Winterbottom
23c4692f5d
Added a status field to the product model which is useful for lots of
applications who have an approval process
14 年前
David Winterbottom
71dcaa4d22
Added sqlite files to the gitignore file
14 年前
David Winterbottom
99f7928cd9
Added images and descriptions for categories
14 年前
David Winterbottom
618a8dc27a
Fixed a few minor front-end issues in sandbox shop
14 年前
David Winterbottom
20c714e0bf
Updated docs for customising one of oscar's apps
14 年前
David Winterbottom
0ff90e8c79
Merge branch 'releases/0.1'
Conflicts:
oscar/__init__.py
14 年前
David Winterbottom
833525aa7e
Added check to oscar to prevent empty baskets from being submitted
14 年前
David Winterbottom
868190acb5
Bumped version to 0.1.3
14 年前
David Winterbottom
9f88ec80ce
Merge branch 'releases/0.1'
Conflicts:
oscar/__init__.py
14 年前
David Winterbottom
77b884cfe4
Minor tidy-up of the basket template tags module
14 年前
David Winterbottom
07ee43c994
Fixed bug with basket template tag.
The template tag was not passing the basket through to the AddToBasket
form, causing a bug. Not spotted in other projects as they define their
own add-to-basket forms.
14 年前
David Winterbottom
f220c02f8c
Added hook method for freezing basket in checkout.
So that it can be disabled by subclassing.
14 年前
David Winterbottom
876023c1f4
Cleaned up sandbox code
14 年前
David Winterbottom
4fce370963
Updated category creation code.
14 年前
David Winterbottom
575abb61fb
Bump version to 0.1.1
14 年前
Patryk Zawadzki
ef53650aa0
Change self.basket → self.instance.basket in the LineForm
14 年前
David Winterbottom
69ca05a1d5
Attempt to solve readthedocs problem with missing oscar path
14 年前
David Winterbottom
98c90440b3
Merge branch 'releases/0.1' of github.com:tangentlabs/django-oscar into releases/0.1
14 年前
David Winterbottom
8925f59843
Merge branch 'master' of github.com:tangentlabs/django-oscar
Conflicts:
oscar/__init__.py
14 年前
David Winterbottom
40ae9d74f3
Set version to 0.2 pre-alpha
14 年前
David Winterbottom
757d9c9dbf
Minor tidy-up of checkout view docs
14 年前
David Winterbottom
b6318172b5
Made setup.py executable to save typing 7 characters.
14 年前
David Winterbottom
6f318a6bd4
Removed dev requirements file - not really needed
14 年前
David Winterbottom
2a009a6300
Removed the examples folder.
Example implementations of oscar are now moved to their own repo.
14 年前
David Winterbottom
facf291a71
Reworked the way tests are run to not require the examples files.
14 年前
David Winterbottom
62e43ee101
Bump version
14 年前
David Winterbottom
a88c60a263
Set version to 0.1
14 年前
David Winterbottom
08ed55e07b
Tidied docs
14 年前
AndrewIngram
a7ec5825c4
Removed right-stripping and addition of '/' from ExtendedURLValidator because it doesn't work with URLs that have query strings.
14 年前
David Winterbottom
4996038bae
Added ability to customise decoration of view functions.
This uses a few new methods in oscar.core.application.Application which
enable custom decorators to be set for given view fns.
The main use case at the moment is to make it easy to ensure that
checkout is not available to non-logged-in users when
OSCAR_ALLOW_ANON_CHECKOUT is set to False.
14 年前
David Winterbottom
f05c2041ab
Merge branch 'releases/0.1' of github.com:tangentlabs/django-oscar into releases/0.1
14 年前
Patryk Zawadzki
ce2c78f387
Also limit q'ty when editing basket
14 年前
David Winterbottom
29f1a1c31d
Bumped version
14 年前
Patryk Zawadzki
d4947c280e
Try to avoid a possible race condition
14 年前
Patryk Zawadzki
6165af6745
Try to avoid a possible race condition
14 年前
David Winterbottom
65e8aacc13
Bump version
14 年前
David Winterbottom
0ff0837524
Added method for creating additional order line models.
Plus minor WS tidyup
14 年前
David Winterbottom
d102d9afa3
Merge branch 'master' of github.com:tangentlabs/django-oscar
14 年前
David Winterbottom
b91e4fe87a
First tidy up of oscar's docs
14 年前
David Winterbottom
0025cb0af6
Removed unneccessary view for basket vouchers
14 年前
David Winterbottom
26ce764266
Reworked packaging
14 年前
David Winterbottom
fd5708dd76
Updated index page of docs
14 年前
David Winterbottom
4a84f6d78a
Updated AUTHORS file
14 年前
David Winterbottom
b567687857
Added mac files to gitignore
14 年前