Alexander Gaevsky
8fa4e093b3
Make value field mandatory for percentage discount benefit.
před 9 roky
pyup-bot
30ee9f015d
Update transifex-client from 0.12.3 to 0.12.4
před 9 roky
pyup-bot
10db0d1e2d
Update flake8 from 3.2.1 to 3.3.0
před 9 roky
Michael van Tellingen
efc9eea895
Merge pull request #2232 from treavis/master
Disable submit buttons upon form submission instead of click
před 9 roky
Matas Dailyda
a4868c81b1
Disable submit buttons upon form submission instead of click
před 9 roky
Samir Shah
7ef2fc1a62
Remove obsolete debug toolbar settings from sandbox. Fixes #2229.
`DEBUG_TOOLBAR_PATCH_SETTINGS` is obsolete in django-debug-toolbar 1.6. We also don't need to specify `DEBUG_TOOLBAR_PANELS` as it is identical to the default.
před 9 roky
Samir Shah
5e05e90a01
Merge pull request #2184 from regulusweb/fix/tinymce-lists
Enable the TinyMCE 'lists' plugin as this functionality was dropped from the core
před 9 roky
Michael van Tellingen
17a1f6b17a
1.5 release notes placeholder
před 9 roky
Michael van Tellingen
98f3fff929
Master is now 1.5 dev
před 9 roky
Michael van Tellingen
80051d4a45
Minor refactoring of django-tables2 implementation
před 9 roky
Alexander Gaevsky
054dea586e
Upgrade django_tables2, fix dashboard views to support it.
před 9 roky
Michael van Tellingen
fddfece9f3
Pull (all) transifex translations
před 9 roky
Michael van Tellingen
e51087bf04
Set RemovedInOscar15Warning for existing deprecation warnings
před 9 roky
Michael van Tellingen
7eb66ce521
Start deprecating various unused helpers for Oscar 1.5
před 9 roky
Michael van Tellingen
a479b45bd1
Fix sandbox in tox
před 9 roky
Michael van Tellingen
c06483f5ab
Fix customisation tests by going full pytest
The tests were failing on python 2 due to the fact that the __init__.py
wasn't written so it wasn't a valid module. With this commit we now
also fully leverage pytest functionality to handle temporary paths for
us.
před 9 roky
Michael van Tellingen
cca40800d4
Remove duplicate release notes for 0.4
před 9 roky
Michael van Tellingen
2e25973990
Update changelog of really old releases
před 9 roky
Michael van Tellingen
9070b7a680
fix rst issue
před 9 roky
Michael van Tellingen
8a92766841
Update release notes
před 9 roky
Michael van Tellingen
01c3cb7af2
Fix docs build
před 9 roky
Michael van Tellingen
2685c09341
Update AUTHORS
See https://github.com/django-oscar/django-oscar/wiki/Releasing#contributors
před 9 roky
Michael van Tellingen
1f286587a4
isort on tests/
před 9 roky
Michael van Tellingen
31ea8dcbcc
Run isort
před 9 roky
Alexander Gaevsky
0425036905
Add test to verify that base dashboard app config inherited properly.
před 9 roky
Michael van Tellingen
2b454532a2
Merge pull request #2187 from okfish/patch-1
Fix facet form scripting
před 9 roky
Michael van Tellingen
d04a48760b
Merge pull request #2222 from django-oscar/deprecation-warnings
Fix various deprecation warnings
před 9 roky
Michael van Tellingen
106717944b
Update commercial support paragraph
před 9 roky
Michael van Tellingen
534d1a6b97
Remove no-op SessionAuthenticationMiddleware from tests.settings
před 9 roky
Michael van Tellingen
9b03a1cd87
Don't use fh.readlines() to iterate through a file.
Instead use `for line in fh` since that is less memory intensive
před 9 roky
Michael van Tellingen
6b121711d4
Fix user_is_authenticated() for < 1.10
před 9 roky
Michael van Tellingen
caba5037c0
Open files with the context manager to close them properly
před 9 roky
Michael van Tellingen
a522060f38
Ignore some warning from thirdparty libs
před 9 roky
Michael van Tellingen
ebb1b767a0
Update WebTest dependency
před 9 roky
Michael van Tellingen
89e18dcb31
include() is no longer needed for Application.urls()
This fixes a DeprecationWarning
před 9 roky
Michael van Tellingen
f29c87f546
Add compat function for simple_tag / assignment_tag
před 9 roky
Michael van Tellingen
e8ea11b6bc
Add user_is_authenticated / user_is_anonymous.
Since 1.10 these are properties on the user instead of
methods. The functions are for compat between 1.8+ and 1.10+
před 9 roky
Michael van Tellingen
c6db096e80
UnitTest.assertEqual instead of .assertEquals()
Latter one is deprecated
před 9 roky
Michael van Tellingen
9d8190869b
Use settings.MIDDLEWARE for Django > 1.10
před 9 roky
Alexander Gaevsky
17e5a11666
Fix naming collision in dashboard app module by importing DashboardApplication into different local name for backwards compatibility instead of class rename.
před 9 roky
Michael van Tellingen
db33f8f158
Fix Python 3 issue with the Offer reports
A dict_values object was returned instead of a list. See #2223
před 9 roky
Samir Shah
752e9436a9
Fix blocktrans context in dashboard review update template
You cannot access object attributes directly from inside a blocktrans tag.
před 9 roky
Michael van Tellingen
580b9092bf
Silence DisallowedHost errros in the sandbox
Results in too much clutter in Sentry
před 9 roky
Michael van Tellingen
e9410645a2
The case studies are available on oscarcommerce.com
před 9 roky
Michael van Tellingen
78b0e3a1bc
Add slack link
před 9 roky
Michael van Tellingen
4ba19bd206
add django-redis in the requirements.txt for latest.oscarcommerce.com
před 9 roky
Michael van Tellingen
44e00d2c46
Use redis for the latest.oscarcommerce.com site
před 9 roky
Michael van Tellingen
8de99e0a55
Add __pycache__ to gitignore
před 9 roky
Michael van Tellingen
0cb3dbd60d
Fix the sandbox sitemap.xml view by setting the name in urls
před 9 roky
Michael van Tellingen
4847803c9a
Compile po files
před 9 roky