Karim N. Gorjux
Karim N. Gorjux
Prior to this change to modify the address javascript you had to fork and edit the `address.js` manually. This change let to define a setting dict to customize the address.js....
Starting new projects in Django 3.2, the default type for primary keys is set to a BigAutoField which is a 64 bit integer. However, earlier versions set the type of...
Hello, I have a query parameter: ``` query_result = xero_conn.invoices.filter(Type='ACCPAY', since=last_sync, raw="Status=\"AUTHORISED\" OR Status=\"SUBMITTED\"", page=page) ``` I'm trying to use `raw` to get two invoices status only: 'AUTHORISED' or 'SUBMITTED'....
Hello, same code works perfectly on Chrome on Mac/Win/Linux but not on Android: Desktop:  Android:  I render using this js: ``` $('.summary-rating').rating('refresh', { glyphicon: false, ratingClass: 'rating-fa', step:...
I run the validation for every step, but during the compiling the is possible, even if it's a border line situation, that one of the steps is now not valide...
I order the items in the admin, but when I save the order is loaded back to the sorting before my "hand ordering". I guess there is a problem on...
Is necessary to add by hand the jquery UI to base.html. I used this code ``` (function($){jQuery = $.noConflict(true);})(django.jQuery); ```
Hello everyone, I got inspiration from a code over internet and I subclassed the Pipeline Storage to avoid the raise of the ValueError in case of problem processing the css....
Hello everyone, I have a problem I can't solve. I have a sass template that easily compile with `compass` if I run it manually, but I cannot get the same...
Hello, I already posted this error on stackexchange, but maybe is a bug. I'm working on a Django project and we are doing some refactoring. I "promoted" an `admin.py` module...