Joel Watts
Joel Watts
It tells the database that it's a `PositiveIntegerField` because all valid positions are >= 0. Negative positions are shorthand for positions relative to the end of a collection. You can...
Thank you for the pull request. I think what you're doing here is great. I've wanted to have admin support for a long time, but never got around to writing...
I should say up front that I'm not actively using this project anymore, so I'm probably not going to be able to help all that much. I also haven't been...
Thanks for submitting the issue. I'm surprised to see you getting to this point in the code when adding a new instance. That should only happen if the value Django...
I'm sorry this has just been sitting here for so long; I haven't had any time lately to spend on this project. I'm not sure when that's going to change,...
Could you take a look at 1b84890 and see if it does what you need? It seems like there are legitimate reasons to want child models to be ordered independently...
I run the tests like this: ``` django-admin.py test --settings=positions.examples.settings ``` Thanks for being willing to dig in a bit. In the spirit of full disclosure, I should probably tell...
Sorry; that was sloppy of me. I was trying to clean up a bit around here and wasn't seeing your test fail, but I didn't catch that Django 1.6 wasn't...