Samir Shah
797c7982b1
Add release notes for #2935.
6 years ago
Samir Shah
b62a02f0e0
Add release notes for #2888
6 years ago
Highbiza migration experts
43c5db8fbc
Added method to Product manager for filtering on product attributes. (#2888)
6 years ago
pythonpro
4a476d6f01
Fix typo in settings documentation
6 years ago
Joseph Wayodi
9f133298c8
Update docs to reflect newly-merged Oscar/Django app configs
6 years ago
Samir Shah
e220daa239
Add release notes for #2915
6 years ago
Samir Shah
7b847bfa23
Add release notes for #2920
6 years ago
Samir Shah
71a1558e81
Forward-port release notes for version 1.6.5
6 years ago
Samir Shah
9da707eb9f
Add release notes for #2895.
6 years ago
Samir Shah
240315a169
Add release notes for #2875.
7 years ago
Victor Munene
e78a9ebbe0
Change OSCAR_OFFER_ROUNDING_FUNCTION to require a dotted path to the rounding function (#2812)
7 years ago
WeJie
cfa6cf7c4b
Use python3 to create virtualenv in sandbox documentation (#2862)
7 years ago
Samir Shah
d00a3e3a08
Add release notes for #2829.
7 years ago
Samir Shah
72f52acff7
Update inputmask to version 4.0.2 (#2852)
7 years ago
Samir Shah
caa8595635
Update TinyMCE to version 4.8.3
7 years ago
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 years ago
Samir Shah
97f32d4a5c
Add release notes for #2825.
7 years ago
Lars van de Kerkhof
0baf2f2455
Added setting for calculating offer discounts over the price including tax.
7 years ago
Selim
ae048a3176
Add missing Decimal import to code block in documentation (#2820)
7 years ago
Samir Shah
c581759b9e
Add release notes for #2813 and tweak grammar of release notes for #2616.
7 years ago
Alexander Gaevsky
fae34a3fad
Disable redirection to parent product detail page for variant products.
7 years ago
Samir Shah
802415d366
Add docs and release notes for datetime_filters tag library.
7 years ago
Alexander Gaevsky
3b3c726c94
Remove note about django-compressor from getting started docs since it was removed from Oscar for a while.
7 years ago
Samir Shah
1bf8d9720f
Add documentation for category_tree template tag.
7 years ago
Samir Shah
66cbeab8cf
Deprecate ProductManager and BrowsableProductManager.
7 years ago
Samir Shah
99d961b24b
Add release notes for #2792.
7 years ago
Samir Shah
4ca9bb6358
Add release notes for #2784.
7 years ago
Samir Shah
fc3e015613
Forward-port release notes for v1.6.4
7 years ago
Samir Shah
4395ef3839
Forward-port release notes for 1.6.3 and update Django 2 dependency in tox.ini.
7 years ago
Samir Shah
972e64ea0f
Fix example in shipping repository documentation
get_available_shipping_methods must always return an iterable.
7 years ago
Samir Shah
62a41686ce
Add release notes for #2762
7 years ago
Samir Shah
3672aba818
Drop backward compatibility for dynamic loading of moved formset classes.
7 years ago
Samir Shah
ff0c3e10bd
Deprecate Range.contains() alias for Range.contains_product()
7 years ago
George Tantiras
f2bb0fb73c
Fix outdated use of include() for URL patterns in docs
7 years ago
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 years ago
Samir Shah
426cb902d3
Remove various deprecated utilities, methods and classes.
7 years ago
Samir Shah
93fb9555c3
Drop support for category URLs without a primary key.
See #1674 .
7 years ago
Samir Shah
100edceea1
Remove support for deprecated product alert email templates.
7 years ago
Craig Loftus
eba482ed44
Drop unidecode and replace with cautious_slugify from Wagtail
7 years ago
Samir Shah
9d47b998be
Forward-port 1.6.2 release notes.
7 years ago
Samir Shah
42856777fe
Release notes for #2732.
7 years ago
Samir Shah
212f5f61a8
Forward-port release notes for v1.6.1 and change version on master to 2.0-dev.
7 years ago
Samir Shah
3348bb0d13
Replace insecure use of random() to generate random strings.
7 years ago
Samir Shah
b25d837fac
Fix admin URLs in getting started docs.
The ability to include(admin.site.urls) was removed in Django 2.
7 years ago
Samir Shah
8560a90490
Replace calls to super(ClassName, self) with super().
7 years ago
Samir Shah
e2bed3fd95
Remove u prefix from all Python strings.
7 years ago
Samir Shah
0edf88c72d
Drop Python 2 from tox/travis configs.
7 years ago
Craig Loftus
f318d0c5e9
Drop the use of empty and . values for the form action attribute
7 years ago
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 years ago
Aliaksei Urbanski
0ba06cd328
Add a link to the Signals topic of Django's documentation
7 years ago