Alexander Gaevsky
5f42e522e7
Improve documentation (#2348)
* Add note about ``get_default_shipping_method`` shipping repository method to the documentation.
* Add note how to add custom node to the dashboard navigation with non-dashboard URLconf.
8 lat temu
Przemek Łada
b203b3c032
Fixed typo in shipping how to docs `how_to_configure_shipping.rst`.
8 lat temu
Michael van Tellingen
4aa35023f4
Remove catalogue.ProductSearchHandler (deprecated)
8 lat temu
Michael van Tellingen
6907b62eb5
Update release notes
8 lat temu
Samir Shah
e191a954d4
Switch to using Django's password validation framework in Django >=1.9
Django 1.9 introduced the AUTH_PASSWORD_VALIDATORS setting which allows for
more flexible password validation. Switch to using that when it is available,
with a fallback to Oscar's previous behaviour in Django 1.8 or when this
setting is empty.
8 lat temu
Alexander Gaevsky
166f8bf3f9
Remove product reviews on product removal.
8 lat temu
Samir Shah
1a2e827916
Remove the verify_exists argument from ExtendedUrlField
This was removed from the parent class way back in Django 1.4, and was
not being used at all here. It existed only for backwards compatibility.
8 lat temu
Samir Shah
03eb166be9
Update supported Django/Python versions and tox configuration.
- Drop support for Django 1.9 (EOL)
- Drop support for Python 3.6 with Django 1.8 to 1.10
8 lat temu
Samir Shah
1424c6874a
Fix EmailBackend.authenticate() signature for Django 1.11.
8 lat temu
Samir Shah
d351847f6a
Add more tests for product alerts, save alerts sent to registered users, and notes to the docs.
8 lat temu
Samir Shah
d415c34ccb
Add documentation and tests for multi_option attribute.
8 lat temu
Alexander Gaevsky
3ee66877a2
Load offer applicator class from the new location.
9 lat temu
Alexander Gaevsky
14b09fbd8d
Make `Voucher.date_created` and `VoucherApplication.date_created` DateTimeField for consistency with other models.
8 lat temu
Samir Shah
76973acbd2
Add a OSCAR_CSV_INCLUDE_BOM setting which optionally adds a BOM to UTF-8 CSV output.
8 lat temu
Michael van Tellingen
3254c60177
Update release notes for 1.5
8 lat temu
Samir Shah
5f0f88ee2c
Add documentation for the stock alert functionality.
8 lat temu
Michael van Tellingen
66f8a4acf9
Add ticket number to release notes for Django 1.11
8 lat temu
Michael van Tellingen
d84b6a4cba
Update release notes for 1.5
8 lat temu
Alexander Gaevsky
6877b27049
Clarify location of `HAYSTACK_CONNECTIONS` setting.
8 lat temu
Alexander Gaevsky
e0e743d001
Document how to disable features using `OSCAR_HIDDEN_FEATURES` setting.
8 lat temu
Alexander Gaevsky
2e6512669d
Fix reference to "Fork the Oscar app" section in the docs.
8 lat temu
Alexander Gaevsky
e5e7b53310
Document `OSCAR_GOOGLE_ANALYTICS_ID` and `OSCAR_USE_LESS` settings.
8 lat temu
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
8 lat temu
Alexander Gaevsky
9fd57610a6
Add note to the release docs about upgrade to GA Universal Analytics.
8 lat temu
Alexander Gaevsky
f57289895c
Remove shortcuts filters for order list in the dashboard in order to support filtering by all order search form fields based on provided querystring parameters.
9 lat temu
Alexander Gaevsky
fdea437377
Slightly refactor currency formatting in order to support multiple currencies.
9 lat temu
Craig Loftus
20aad30e0c
Adding parameters supported by babel.numbers.format_currency to the currency filter
9 lat temu
Alexander Gaevsky
c92209116a
Fix instructions for running tests.
9 lat temu
Alexander Gaevsky
ad35c87915
Add note to the customization doc about Oscar applications order.
9 lat temu
Jan Klapuch
6dc7a3ed27
Update context processors in getting started docs.
Load i18n context processor from django.template instead of django.core as fix for Django 1.10
9 lat temu
Maik Hoepfel
220ea50812
Make SimpleAddToBasketForm easier to customize
Upon implementing previous commit, my changes weren't picked up because
Oscar served the SimpleAddToBasketForm. If a user wants to implement
changes in both forms (which is more likely than it is not), the
previous structure meant they had to be duplicated or mixed in. Now, for
most changes, SimpleAddToBasketForm can be ignored.
10 lat temu
Alexander Gaevsky
1d81c85070
Add note about backwards incompatible change to the release notes about moved formsets to the separate modules.
9 lat temu
Alexander Gaevsky
49481b9b07
Add note about adding billing address to user address book to release notes.
9 lat temu
Michael van Tellingen
03b65bc5f4
1.4 release date
9 lat temu
Michael van Tellingen
fa8aca9818
Remove oscar.core.utils.compose
9 lat temu
Michael van Tellingen
c26642732b
Remove the oscar.test.decorators module
9 lat temu
Michael van Tellingen
83322874b8
Remove the ``ellipses_page_range`` templatetag.
The templatetag was actually never used in Oscar. See
`django-rangepaginator` for an alternative.
9 lat temu
Michael van Tellingen
7660b8535b
Remove the `oscar.core.logging.handlers.EnvFileHandler``.
Deprecated in 1.4
9 lat temu
Michael van Tellingen
9e3ad83122
Remove deprecated Product.min_child_price_*_tax
9 lat temu
Michael van Tellingen
5986a32c5f
Remove the profiling middleware (deprecated since 1.4)
9 lat temu
Michael van Tellingen
17a1f6b17a
1.5 release notes placeholder
9 lat temu
Michael van Tellingen
80051d4a45
Minor refactoring of django-tables2 implementation
9 lat temu
Michael van Tellingen
cca40800d4
Remove duplicate release notes for 0.4
9 lat temu
Michael van Tellingen
2e25973990
Update changelog of really old releases
9 lat temu
Michael van Tellingen
9070b7a680
fix rst issue
9 lat temu
Michael van Tellingen
8a92766841
Update release notes
9 lat temu
Michael van Tellingen
01c3cb7af2
Fix docs build
9 lat temu
Michael van Tellingen
a846c41ee3
Move sites/sandbox/ to the root directory.
Since there is no demo or us site anymore we can simplify the structure
somewhat by moving the sandbox one directory up
9 lat temu
Tobias Englert
e8865cc329
Enhance strategy documentation
9 lat temu
Michael van Tellingen
f5ce5cc17e
Create release notes
9 lat temu