1008 Commits (a46b05a8f9009e01b88a2fda53d131db7b717c25)

Author SHA1 Message Date
  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. 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. 7 years ago
  Aliaksei Urbanski 0ba06cd328 Add a link to the Signals topic of Django's documentation 7 years ago
  Aliaksei Urbanski 33d1f5d7a3 Fix formatting 7 years ago
  Samir Shah 4e510dca60 Add stub release notes for v2.0 7 years ago
  Samir Shah 95bd7c9c7f Update version to 1.6 final, and add release date to release notes. 7 years ago
  Samir Shah 721fa6475f Fix validation of required phone_number field in PhoneNumberMixin. 7 years ago
  Samir Shah c6c1d3c722 Version bump to 1.6rc2 and forward-port 1.5.4 release notes. 7 years ago
  Samir Shah 616c5c6f80 Update ModelFormSetView subclasses to use new factory_kwargs attribute. 7 years ago
  Martijn Jacobs 043d96e5b0 Explain that None is a possible value 7 years ago
  Martijn Jacobs 943017c222 Default in defaults.py is 10000, not None 7 years ago
  Samir Shah 941aeb9462 Decouple price and availability in base strategies. 7 years ago
  Samir Shah 4a31a23623 Version bump to 1.6rc1. 7 years ago
  Samir Shah 47fbac61a2 Add backward compatible order verification hash checking. 7 years ago
  Samir Shah 8b9729a86d Add a setting to allow overriding Oscar's dynamic class loader. 7 years ago
  Samir Shah 8c9a191454 Remove unused OSCAR_SETTINGS setting 7 years ago
  Alexander Gaevsky a9fb83c707 Mention about voucher sets introduction in the release notes. 7 years ago
  Paul J Stevens f7971ccd5c Feature/voucher sets (#2384) 7 years ago
  Samir Shah fb55585742 Forward-port release notes for v.1.5.2 and add missing entries to release notes index. 7 years ago
  Alexander Gaevsky 2b608a2fd5 Do not display compact basket form on the product list pages for products which have options. 8 years ago
  Samir Shah d1ce9eae0c Simplify and deprecate oscar.views.decorators.staff_member_required. 7 years ago
  Samir Shah c6d917673a Remove deprecated features that were marked for removal in Oscar 1.6. 7 years ago
  Samir Shah d2b99eba0c Disable analytics tracking in the dashboard. Fixes #2627. 7 years ago
  Samir Shah af4d773764 Drop transifex-client from requirements. 7 years ago
  Kees Hink 68bd0d4e14 Add make target for test, Makefile-created virtualenv can be python3.5 / python3.6. (#2588) 7 years ago
  Alexander Gaevsky 8b356a1516 Cleanup `OSCAR_PROMOTION_MERCHANDISING_BLOCK_TYPES` from documentation as well. 7 years ago
  Alexander Gaevsky e60bb4e99b Set maximum line quantity on basket page. 7 years ago
  Samir Shah 1651bf230f Upgrade select2 to v4.0, and refactor RemoteSelect widget to work with it. 7 years ago
  Alexander Gaevsky 621540c729 Display variant images on product detail page and fallback to parent product if they do not exist. 7 years ago
  Alexander Gaevsky 6de8b6abaf Allow to manage images for all products on product edit page in the dashboard. 7 years ago
  Samir Shah b8547e4a6f Update ImageInput to use built-in template rendering and add tests for the widget. 7 years ago
  Samir Shah cccd9b43da Update date/time picker widgets to use template-based rendering. 7 years ago
  Samir Shah b1e27e958e Update release notes with several recent changes, and refactor wording of some existing notes. 7 years ago
  Samir Shah ffe8e82514 Update release notes for changes made when dropping support for Django < 1.11 7 years ago
  Samir Shah 8a3288da43 Drop support below Django 1.11 7 years ago
  Alexander Gaevsky aef00fc8a0 Implement data migration to re-generate user address hashes. 7 years ago
  Alexander Gaevsky 10f74da8e3 Distinguish active address fields definition and address hash generation in order to avoid hashing breaking when active address fields property is customized. 7 years ago
  Alexander Gaevsky 49bbf22561 Make product attribute model save more customizable. 7 years ago
  Kees Hink befff38596 Create a python < 3.6 virtualenv for building docs. 7 years ago
  Kees Hink fd54fd4e9b Attributes vs variants documentation (#2571) 7 years ago
  Alexander Gaevsky 5051bc06a4 Fix `ExtendedURLValidator` for locale-prefixed URLs for locales, different the current. 7 years ago
  Kees Hink 760b3866b3 Document test setup. 7 years ago
  Kees Hink 56e38e1320 Remove trailing whitespace. 7 years ago