dojango icon indicating copy to clipboard operation
dojango copied to clipboard

dojo and django - the perfect couple

Results 21 dojango issues
Sort by recently updated
recently updated
newest added

RadioInput should be removed in dojango too

Version comparision using simple string doesn't work between '1.6' and '1.10' ('1.6' > '1.10'). This patch ensure that we can always versions numbers : \* 1.6 < 1.10 This allows...

Django version: 1.6.5 Dojango version: git 2fc8c88efa I get the following backtrace when using a formset: [...] File "d:\mysite\django\forms\formsets.py", line 292, in is_valid err = self.errors File "d:\mysite\dojango\forms\formsets.py", line 56,...

Hi all, i'm trying to get a dataset from a query with __in, but i can't get it. I can get a query with __exact match: {% datagrid mvd ine_seg...

Hello, I don't know if I should post general questions on the issues list, but I don't know where to ask. So, I apologize if this is the wrong place....

I'm in the process of updating to dojo 1.7.x and and the latest version of dojango (thanks for working on it by the way). I noticed the amd-loader branch but...

[This link](http://livedocs.dojotoolkit.org/dojo/config#id3) indicates that djConfig will be deprecated and be replaced with dojoConfig on version 2.0. The templates (base.html and include.html) should be modified accordingly.

Taken from a well discussed thread on google group: http://groups.google.com/group/dojango-users/browse_thread/thread/8a8b14f1390f57b0/7595dff267806bcb?#7595dff267806bcb What steps will reproduce the problem? 1.) pull data from a ModelStore into an ItemFileReadStore (works) 2.) dojo pulls a...