Alexander Gaevsky
e0e743d001
Document how to disable features using `OSCAR_HIDDEN_FEATURES` setting.
8 年前
Alexander Gaevsky
2e6512669d
Fix reference to "Fork the Oscar app" section in the docs.
8 年前
Alexander Gaevsky
e5e7b53310
Document `OSCAR_GOOGLE_ANALYTICS_ID` and `OSCAR_USE_LESS` settings.
8 年前
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
8 年前
Alexander Gaevsky
9fd57610a6
Add note to the release docs about upgrade to GA Universal Analytics.
8 年前
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.
8 年前
Alexander Gaevsky
fdea437377
Slightly refactor currency formatting in order to support multiple currencies.
9 年前
Craig Loftus
20aad30e0c
Adding parameters supported by babel.numbers.format_currency to the currency filter
9 年前
Alexander Gaevsky
c92209116a
Fix instructions for running tests.
9 年前
Alexander Gaevsky
ad35c87915
Add note to the customization doc about Oscar applications order.
9 年前
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 年前
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 年前
Alexander Gaevsky
1d81c85070
Add note about backwards incompatible change to the release notes about moved formsets to the separate modules.
9 年前
Alexander Gaevsky
49481b9b07
Add note about adding billing address to user address book to release notes.
9 年前
Michael van Tellingen
03b65bc5f4
1.4 release date
9 年前
Michael van Tellingen
fa8aca9818
Remove oscar.core.utils.compose
9 年前
Michael van Tellingen
c26642732b
Remove the oscar.test.decorators module
9 年前
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 年前
Michael van Tellingen
7660b8535b
Remove the `oscar.core.logging.handlers.EnvFileHandler``.
Deprecated in 1.4
9 年前
Michael van Tellingen
9e3ad83122
Remove deprecated Product.min_child_price_*_tax
9 年前
Michael van Tellingen
5986a32c5f
Remove the profiling middleware (deprecated since 1.4)
9 年前
Michael van Tellingen
17a1f6b17a
1.5 release notes placeholder
9 年前
Michael van Tellingen
80051d4a45
Minor refactoring of django-tables2 implementation
9 年前
Michael van Tellingen
cca40800d4
Remove duplicate release notes for 0.4
9 年前
Michael van Tellingen
2e25973990
Update changelog of really old releases
9 年前
Michael van Tellingen
9070b7a680
fix rst issue
9 年前
Michael van Tellingen
8a92766841
Update release notes
9 年前
Michael van Tellingen
01c3cb7af2
Fix docs build
9 年前
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 年前
Tobias Englert
e8865cc329
Enhance strategy documentation
9 年前
Michael van Tellingen
f5ce5cc17e
Create release notes
9 年前
Sudhir Mishra
81aa8977b6
Updated code for Django>=1.8
9 年前
Bojan Mihelac
4515f81e0a
Update How to setup Solr with Oscar (#2096)
9 年前
Yuriy Vaskin
3bbf9f276b
- added documentation for facet sorting
9 年前
Alexander Gaevsky
e71576a181
Fix paths to product detail templates in the docs for template customizing.
9 年前
Bojan Mihelac
6f16440e38
Update docs to reflect using Django Migrations
instead of South migrations
9 年前
Alexander Gaevsky
adc3cfcb4a
Fix OSCAR_REQUIRED_ADDRESS_FIELDS setting in the documentation, since city field named line4.
9 年前
Richard
1b17891dac
Update getting_started.rst
9 年前
Michael van Tellingen
2f43b05aa0
Set 1.3 release date
9 年前
Alexander Gaevsky
48c0dbcabe
Add `django.template.context_processors.i18n` context processor to the getting started documentation, necessary for the language switcher display.
9 年前
Michael van Tellingen
84370df557
Typo in release notes (Thanks rmoorman)
9 年前
Michael van Tellingen
cfe6024d02
Update release notes
9 年前
Michael van Tellingen
7d3a643901
Move ProductAttributesContainer to `catalogue.product_attribute`.
This allows for customizing product attributes by using the common
get_class() method.
9 年前
Michael van Tellingen
4bf04164c6
Update release notes for 1.3.0
9 年前
Alexander Gaevsky
1c54fff739
Fix approved product review queryset (#1920)
10 年前
Michael van Tellingen
05fbdfbddf
Update release notes for 1.3
9 年前
Michael van Tellingen
2b25a56979
Sync release notes with releases/1.2 branch
9 年前
Michael van Tellingen
b7b3de5861
Update to haystack 2.5.0 for django 1.9 compat
9 年前
Adam Chainz
1307c0bec1
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 年前
Michael van Tellingen
68367ee742
Update release notes 1.2.1, mention #2019
https://github.com/django-oscar/django-oscar/pull/2019
10 年前