Database is MySQL. I use the django.contrib.auth. Here is all the info: manage.py dumpdata auth > my_auth.json --natural --exclude contenttypes
I\'m getting an error when I\'m trying to dump data to a JSON fixture in Djanog 1.2.1 on my live server. On the live server it\'s running MySQL Server version 5.0.77 and I imported a lot of data to my
I\'m trying to add a custom filter to my RadGrid.I have a column, vendNum, which I want to allow users to filter on multiple vendNums with a comma-separated list.Basically, I want the same functionali