django-mongotools icon indicating copy to clipboard operation
django-mongotools copied to clipboard

Django ClassViews, Forms for mongoengine support

Results 5 django-mongotools issues
Sort by recently updated
recently updated
newest added

Hi, I found these additions to be helpful while trying out mongotools - they just record when a field is being ignored because it's the wrong type. Without that, it's...

Bumps [django](https://github.com/django/django) from 1.3 to 1.11.28. Commits - [`e09f09b`](https://github.com/django/django/commit/e09f09b965ef47ffd99abd2c26ba7416751cffa6) [1.11.x] Bumped version for 1.11.28 release. - [`001b063`](https://github.com/django/django/commit/001b0634cd309e372edb6d7d95d083d02b8e37bd) [1.11.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. - [`7fd1ca3`](https://github.com/django/django/commit/7fd1ca3ef63e5e834205a8208f4dc17d80f9a417) [1.11.x] Fixed timezones...

dependencies

Hello, @wpjunior. Maybe I misunderstood something from your mail (whether a new version will be introduced in a current mongotools repo or in some external system only) but anyway I...

Complete implementation of mongoengine-based forms should include validation for mongoengine.EmbeddedDocumentField. As I saw from the source, now EmbeddedDocuments are just skipped, am I right?

Hi it seems that filefield doesn't work, i mean when i use such a field, it can't save in gridfs ? is it normal ? traces are : Exception Type:...