pyup-bot
|
dfd73b9666
|
Update werkzeug from 0.9.6 to 0.11.15
|
9 years ago |
pyup-bot
|
7a0f655ec7
|
Update django-extensions from 1.6.1 to 1.7.6
|
9 years ago |
pyup-bot
|
fb090e3404
|
Update django-debug-toolbar from 1.5.0 to 1.6
|
9 years ago |
Alexander Gaevsky
|
c6091f1bd4
|
Remove unique constraint for proxy class field of offer condition model.
|
9 years ago |
Tobias Englert
|
fd02f7cb6b
|
Support pycountry >= 16.10.23rc1
|
9 years ago |
Jan Klapuch
|
78276ebc29
|
Fix table row tags.
|
9 years ago |
Tobias Englert
|
e8865cc329
|
Enhance strategy documentation
|
9 years ago |
rsp2k
|
0031cc2781
|
Fulfillment spelled wrong
|
9 years ago |
Michael van Tellingen
|
ac7055dfff
|
Update dependencies
|
9 years ago |
Michael van Tellingen
|
f34ee23785
|
Remove deprecated egg template loader from test settings
|
9 years ago |
Michael van Tellingen
|
1ba28fda59
|
Fix tests
|
9 years ago |
Michael van Tellingen
|
2ce7eb9307
|
Update test versions
|
9 years ago |
Michael van Tellingen
|
3c2444d5b4
|
Update migrations to set on_delete=CASCADE on foreignkeys
|
9 years ago |
Michael van Tellingen
|
b1e8f69d72
|
Add `make test` instead of `./runtests.py`
|
9 years ago |
Tobias Englert
|
576f6b5e45
|
Remove duplicate option
|
9 years ago |
Alexander Gaevsky
|
77f8265bf4
|
Merge pull request #2113 from zbmott/master
Fix issue #2112.
|
9 years ago |
Michael van Tellingen
|
b04b4d2074
|
Fix context processors in sandbox settings
|
9 years ago |
Michael van Tellingen
|
f5ce5cc17e
|
Create release notes
|
9 years ago |
Michael van Tellingen
|
aafcc8a901
|
flake8
|
9 years ago |
Michael van Tellingen
|
594ff21d4e
|
Explictly set on_delete=models.CASCADE on ForeignKey()
This silences the deprecation warnings for now. We should check for each
foreignkey if CASCADE is actually what we want in the future
|
9 years ago |
Michael van Tellingen
|
77f1ef9bd7
|
Merge pull request #2144 from sasha0/issues/2141/tracking_pixel
Remove tracking pixel functionality.
|
9 years ago |
Michael van Tellingen
|
8fbebd0620
|
Update travis to run the tests via tox
|
9 years ago |
Michael van Tellingen
|
9ee041744e
|
update version
|
9 years ago |
tiberiuichim
|
ca8232cba1
|
Fix .editorconfig misspell parameter mistake
|
9 years ago |
Michael van Tellingen
|
482473aaa7
|
Improve naming of arguments for the management commands
|
9 years ago |
Pete Graham
|
8ecf388804
|
Fix management commands
|
9 years ago |
Pete Graham
|
26926d44dc
|
Fix building sandbox
|
9 years ago |
Pete Graham
|
f84054f22d
|
Add name field to shipping method form so test passes
|
9 years ago |
Michael van Tellingen
|
41fc2208d0
|
Make Application.post_process_urls() compatible with 1.10
Since the RegexURLPattern has no `_callback` attribute anymore the
`get_url_decorator()` wasn't called anymore.
|
9 years ago |
Pete Graham
|
d4e5e19de5
|
Remove no longer relevant comment
|
9 years ago |
Pete Graham
|
d5d0c4059e
|
Modify assert technique so test passes
Future tasks is to dig into self.assertRedirectsTo wouldn't work with the test
as it stands
|
9 years ago |
Pete Graham
|
1eb50ee128
|
Remove code and name attribues on AbstractWeightBased model
This doesn't work since this overrides existing model fields.
|
9 years ago |
Pete Graham
|
2d8c42933a
|
Fix test to make sure CCV field has meaningful error message
|
9 years ago |
Pete Graham
|
bffc91acff
|
Notes about model validator not working
|
9 years ago |
Pete Graham
|
b87ef2a371
|
Update autoslugfield to not use get_fields_with_model()
Method get_fields_with_model() isn't available in Django 1.10 so replace with
_get_fields().
|
9 years ago |
Pete Graham
|
082f466cd6
|
Don't use SubfieldBase as it's not compatible with Django 1.10
Use fix used on Wagtail https://github.com/torchbox/wagtail/pull/2736 to avoid
using SubfieldBase for custom fields
|
9 years ago |
Michael van Tellingen
|
09b9d54bd3
|
Remove non-existing field from WeightBasedForm
Django 1.10 errors (correctly) on this
|
9 years ago |
Michael van Tellingen
|
f3aafc82ff
|
Update treebeard to latest version
|
9 years ago |
Michael van Tellingen
|
c5dfa81007
|
Allow Django 1.10 in setup.py
|
9 years ago |
Michael van Tellingen
|
f82dc7360b
|
Update travis to run against 1.10
|
9 years ago |
Zachary B. Mott
|
ee3e907a1b
|
#2112. Fix postal code validator for Brunei Darussalam.
|
9 years ago |
Maik Hoepfel
|
b1614032f9
|
Merge pull request #2177 from django-oscar/maikhoepfel-patch-1
Explicit pip caching not needed on Travis any more
|
9 years ago |
Maik Hoepfel
|
8c9e4c26fc
|
Explicit pip caching not needed on Travis any more
There was a section in our .travis.yml to force Travis to cache, but this is not necessary any more as https://github.com/travis-ci/travis-ci/issues/3239 has been closed.
|
9 years ago |
Alexander Gaevsky
|
ce0af90ac3
|
Remove tracking pixel functionality.
|
9 years ago |
Sudhir Mishra
|
81aa8977b6
|
Updated code for Django>=1.8
|
9 years ago |
Alexander Gaevsky
|
8171d9195f
|
Merge pull request #2158 from sasha0/issues/readme
Update Tangent contacts for commercial support.
|
9 years ago |
Alexander Gaevsky
|
5445da6eb5
|
Merge pull request #2003 from Southern-Exposure-Seed-Exchange/master
Fix Customizing the Base Dashboard App
|
9 years ago |
Alexander Gaevsky
|
ca32efe36b
|
Merge pull request #2009 from john-parton/issue/2008/expirymonth_attribute_error
Allow BankcardExpiryMonthField to have required=False
|
9 years ago |
Alexander Gaevsky
|
72ef4050a7
|
Update Tangent contacts for commercial support.
|
9 years ago |
Alexander Gaevsky
|
7fd241157e
|
Merge pull request #1980 from carlosa54/patch-1
Update key_questions.rst
|
9 years ago |