1
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MIT license More... over 7 years ago
Wagtail 1.9 More... almost 8 years ago
Add template for ForeignKeyIsNullFieldListFilter. More... almost 8 years ago
Add help_text into migration of category search_filter_menu. More... almost 8 years ago
Add (custom) admin filter ForeignKeyIsNullFieldListFilter and to product list_filter (image, product_page). More... almost 8 years ago
Rename modeladmin "Sales" tabs to "Catalog" More... about 8 years ago
Complement to Category as Product searchfilter, by including only categories with the search_filter_menu set. Adds some (model and rest-api) tests. More... about 8 years ago
Add Category search_filter_menu (boolean) field. More... about 8 years ago
Add migration for Product sale_price and cost_price, MoneyField override. More... about 8 years ago
Improvements on sale_price and categories REST-api filters. More... about 8 years ago
ProductSerializer (api) fields: sale_price, categories. More... about 8 years ago
Determine the Product searchfilters and send this to client, as for REST API (#31) More... about 8 years ago
Start with REST API filtering. More... about 8 years ago
Add products in setUp() of CommerceTestCase. More... about 8 years ago
Add active to Category list_display. More... about 8 years ago
Start with (REST) API. More... about 8 years ago
Prevent duplicates in Category.get_active_tree() function, and eager-load CategoryPage object(s). More... about 8 years ago
Add several tests for category. More... about 8 years ago
Move (DRY) Category page creation (code) from modeladmin to model. More... about 8 years ago
Fix Category with page creation, setting the parent CategoryPage. More... about 8 years ago
Add Category.active into Category migration. Add initial_data migration for CategoryPage. Test setup for categories with page. More... about 8 years ago
Add function Category.get_tree_active(ids=[]). Add CategoryTestCase and (base) CommerceTestCase which setup common objects for each test. More... about 8 years ago
Wagtail 1.8 More... about 8 years ago
Remove useless wagtailadmin.css file. More... about 8 years ago
A multiselect for #6 Product model(admin) linking to (M2M) categories. Adds a TreeManyToManyField which renders a label by depth of the path. More... about 8 years ago
Reorder position title, image in index views. More... about 8 years ago
Override which renders the *version* of this application into template of the (extended) ModelAdminGroup. More... about 8 years ago
Fix cleaning the Product form-data for fields ean and sku. Both are unique however if not null - which the form posts as empty string (''), now altered to None (resolves to SQL NULL). More... about 8 years ago
Update requirements.txt with necessary Category (#6) dependencies. More... about 8 years ago
Add thumb(image) on Product and Category modeladmin index. Fix form_valid for both with page check. More... about 8 years ago