Samir Shah
9da707eb9f
Add release notes for #2895.
6 лет назад
Samir Shah
240315a169
Add release notes for #2875.
7 лет назад
Victor Munene
e78a9ebbe0
Change OSCAR_OFFER_ROUNDING_FUNCTION to require a dotted path to the rounding function (#2812)
7 лет назад
WeJie
cfa6cf7c4b
Use python3 to create virtualenv in sandbox documentation (#2862)
7 лет назад
Samir Shah
d00a3e3a08
Add release notes for #2829.
7 лет назад
Samir Shah
72f52acff7
Update inputmask to version 4.0.2 (#2852)
7 лет назад
Samir Shah
caa8595635
Update TinyMCE to version 4.8.3
7 лет назад
Joseph Wayodi
fbf8bac4c5
Merge Oscar and Django configs
- Move Oscar app configs into Django app config classes
- Rename Oscar/Django apps' app config module
- Remove "oscar.get_core_apps()" and its app overriding
- Remove "oscar.OSCAR_CORE_APPS"
- Port app forking code to work with Django app registry
- Port class loading code to use app configs to get app properties
7 лет назад
Samir Shah
97f32d4a5c
Add release notes for #2825.
7 лет назад
Lars van de Kerkhof
0baf2f2455
Added setting for calculating offer discounts over the price including tax.
7 лет назад
Selim
ae048a3176
Add missing Decimal import to code block in documentation (#2820)
7 лет назад
Samir Shah
c581759b9e
Add release notes for #2813 and tweak grammar of release notes for #2616.
7 лет назад
Alexander Gaevsky
fae34a3fad
Disable redirection to parent product detail page for variant products.
7 лет назад
Samir Shah
802415d366
Add docs and release notes for datetime_filters tag library.
7 лет назад
Alexander Gaevsky
3b3c726c94
Remove note about django-compressor from getting started docs since it was removed from Oscar for a while.
7 лет назад
Samir Shah
1bf8d9720f
Add documentation for category_tree template tag.
7 лет назад
Samir Shah
66cbeab8cf
Deprecate ProductManager and BrowsableProductManager.
7 лет назад
Samir Shah
99d961b24b
Add release notes for #2792.
7 лет назад
Samir Shah
4ca9bb6358
Add release notes for #2784.
7 лет назад
Samir Shah
fc3e015613
Forward-port release notes for v1.6.4
7 лет назад
Samir Shah
4395ef3839
Forward-port release notes for 1.6.3 and update Django 2 dependency in tox.ini.
7 лет назад
Samir Shah
972e64ea0f
Fix example in shipping repository documentation
get_available_shipping_methods must always return an iterable.
7 лет назад
Samir Shah
62a41686ce
Add release notes for #2762
7 лет назад
Samir Shah
3672aba818
Drop backward compatibility for dynamic loading of moved formset classes.
7 лет назад
Samir Shah
ff0c3e10bd
Deprecate Range.contains() alias for Range.contains_product()
7 лет назад
George Tantiras
f2bb0fb73c
Fix outdated use of include() for URL patterns in docs
7 лет назад
Samir Shah
990a1eb37c
Add compatibility for Django 2.1, and drop support for Python 3.4.
Django 2.1 works fine - the only issue was that more passwords
have been added to the CommonPasswordValidator which caused some tests
to fail. I've removed that validator from the test settings.
7 лет назад
Samir Shah
426cb902d3
Remove various deprecated utilities, methods and classes.
7 лет назад
Samir Shah
93fb9555c3
Drop support for category URLs without a primary key.
See #1674 .
7 лет назад
Samir Shah
100edceea1
Remove support for deprecated product alert email templates.
7 лет назад
Craig Loftus
eba482ed44
Drop unidecode and replace with cautious_slugify from Wagtail
7 лет назад
Samir Shah
9d47b998be
Forward-port 1.6.2 release notes.
7 лет назад
Samir Shah
42856777fe
Release notes for #2732.
7 лет назад
Samir Shah
212f5f61a8
Forward-port release notes for v1.6.1 and change version on master to 2.0-dev.
7 лет назад
Samir Shah
3348bb0d13
Replace insecure use of random() to generate random strings.
7 лет назад
Samir Shah
b25d837fac
Fix admin URLs in getting started docs.
The ability to include(admin.site.urls) was removed in Django 2.
7 лет назад
Samir Shah
8560a90490
Replace calls to super(ClassName, self) with super().
7 лет назад
Samir Shah
e2bed3fd95
Remove u prefix from all Python strings.
7 лет назад
Samir Shah
0edf88c72d
Drop Python 2 from tox/travis configs.
7 лет назад
Craig Loftus
f318d0c5e9
Drop the use of empty and . values for the form action attribute
7 лет назад
Samir Shah
87625ef6b6
Use Django's class-based authentication views.
The procedural views were deprecated in Django 1.11 and will be removed in Django 2.1.
7 лет назад
Aliaksei Urbanski
0ba06cd328
Add a link to the Signals topic of Django's documentation
7 лет назад
Aliaksei Urbanski
33d1f5d7a3
Fix formatting
7 лет назад
Samir Shah
4e510dca60
Add stub release notes for v2.0
7 лет назад
Samir Shah
95bd7c9c7f
Update version to 1.6 final, and add release date to release notes.
7 лет назад
Samir Shah
721fa6475f
Fix validation of required phone_number field in PhoneNumberMixin.
If a phone_number field is required, and empty, then PhoneNumberMixin.clean() fails with a key error because the field does not exist in cleaned_data.
This patch fixes the clean() method to only attempt to clean a field if it exists in cleaned_data. If it doesn't then allow Django to raise a validation error for a missing required field.
Also added more comprehensive tests for the validation logic in the mixin.
7 лет назад
Samir Shah
c6c1d3c722
Version bump to 1.6rc2 and forward-port 1.5.4 release notes.
7 лет назад
Samir Shah
616c5c6f80
Update ModelFormSetView subclasses to use new factory_kwargs attribute.
Support for the old-style attributes was dropped in django-extra-views 0.11.
Also pin the version as the package does not use semantic versioning.
Fixes #2688 .
7 лет назад
Martijn Jacobs
043d96e5b0
Explain that None is a possible value
7 лет назад
Martijn Jacobs
943017c222
Default in defaults.py is 10000, not None
7 лет назад