Jack at Omen Apps

Results 27 comments of Jack at Omen Apps

@Nix3c3r Thank you for pointing this out. I need to add some better CI for this repo to check for these sorts of issues, and will see about how I...

This is due to new Django versions allowing a default auto field of various types. In the past it was only an AutoField (::integer), but now the user can set...

Options to pre-filter on the following: - [X] A queryset of node instances to ignore - [ ] A queryset of node instances to require - [ ] A queryset...

@vincentwhales I'm just newly reading the docs for django-rules, so I may be missing something, but can you not just combine two simpler predicates to achieve what you want? I...

Edit: Had similar problem, but further troubleshooting showed it was an issue with differences in my settings for dev vs. prod.

Is there more to the error? Post the entire stack trace. I use the same setup in one of my apps, and have not encountered this.

Shouldn't this be closed? I just ran a test project with django-polymorphic-tree and drag/drop in admin works fine.

There's an example further down in the docs showing hot to limit the map extent: ``` {% block map_options %} var map_options = { maxExtend: new OpenLayers.Bounds(-20037508,-20037508,20037508,20037508), maxResolution: 156543.0339, numZoomLevels:...

Sadly, it doesn't look like it. The repo owner has only made two or three github contributions in the past year, and does not appear to be maintaining this repo...