django-orm
Here are 61 public repositories matching this topic...
-
Updated
Jun 29, 2020
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
-
Updated
Jun 5, 2020 - Python
Would it be possible to provide some kind of documentation (either in the project README, in a GitHub Wiki page or any other form) on how to integrate django-polymorphic-tree with django-parler, i.e. translatable polymorphic tree nodes, maybe using the example in the README as a starting point?
-
Updated
Jul 2, 2020 - Python
The flush command needs to be implemented. It's possible that it may work if
it's implemented
using reset and syncdb.
See:
http://www.djangoproject.com/documentation/django-admin/#flush
Original issue reported on code.google.com by mtr...@gmail.com on 22 Mar 2008 at 10:15
Static type checking
- Since we are purely Python 3, it would be convenient and nice to have typing information at least in the interfaces which are publicly exposed.
- Add
mypytotest-requirements.txtand add static type checks to Travis CI builds.
-
Updated
Feb 20, 2020 - JavaScript
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
-
Updated
Jun 24, 2020 - Python
-
Updated
Sep 2, 2019 - Python
-
Updated
Jan 2, 2018 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Mar 5, 2020 - Python
Right now, we use Eventbrite's custom SQL handler to log things to tikibar. To make tikibar usable for non-Eventbrite people, we need to include a SQL logger that people can optionally include, preferably through middle-ware.
-
Updated
Sep 8, 2019 - Python
-
Updated
Feb 26, 2018 - PHP
-
Updated
Aug 15, 2017 - Python
-
Updated
Jun 1, 2016 - Python
-
Updated
Jul 23, 2019 - Python
-
Updated
Jul 1, 2020 - Python
-
Updated
Sep 7, 2019 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Jan 24, 2020 - Python
-
Updated
Jun 5, 2020 - Python
Improve this page
Add a description, image, and links to the django-orm topic page so that developers can more easily learn about it.
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."


The docs state that creating a queryset from a manager should be done using
However, the standard django pattern is to use:
Is there a reason to support a diffe