The Wayback Machine - https://web.archive.org/web/20200702224333/https://github.com/topics/django-orm
Skip to content
#

django-orm

Here are 61 public repositories matching this topic...

WhyNotHugo
WhyNotHugo commented Oct 16, 2019

The docs state that creating a queryset from a manager should be done using

my_objects = PolymorphicManager.from_queryset(MyQuerySet)()

However, the standard django pattern is to use:

my_objects = MyQuerySet.as_manager()

Is there a reason to support a diffe

orf
orf commented Sep 18, 2018

Hello @aykut! Thank you for this library and your work on it!

I just wanted to let you know that coming in Django 2.2 there will be a bulk_update() function available on any Model (just like bulk_create) that uses the same method as this library (and is heavily inspired by it!) 🎉 🎉

Would documenting this be possible? We could perhaps add a fallback to the built-in bulk_create if we

blueyed
blueyed commented Mar 6, 2018

Using this app causes an error during teardown in one of our tests.

The test is triggering warnings like the following, which are likely causing the atomic block to be left:

2018-03-06 20:18:13,527:WARNING::drf_yasg.inspectors.base: 'default' on schema for HiddenField(default=CurrentUserDefault()) will not be set because to_representation raised an exception
Traceback (most recent call

Improve this page

Add a description, image, and links to the django-orm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the django-orm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.