Here are
65 public repositories
matching this topic...
Bulk update using one query over Django ORM
Updated
Oct 22, 2019
Python
💂🏻 Django package that provides hints to optimize database usage by deferring unused fields (and more)
Updated
Jun 5, 2020
Python
Test django schema and data migrations, including migrations' order
Updated
Sep 15, 2020
Python
Polymorphic MPTT tree support for models
Updated
Sep 16, 2020
Python
Django ORM built on top of SQLalchemy core 1.4/2.0 for seamless integration of SQLAlchemy with Django 3.1+ PostgreSQL 12.1 only for now.
Updated
Nov 23, 2019
Python
Python without ifs and buts - an ORM layer for Python objects, inspired by Django
Updated
Mar 4, 2020
Python
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Updated
Jul 21, 2020
JavaScript
Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
Updated
Mar 6, 2018
Python
Combine bulk add, update, and delete into a single call.
Updated
Aug 28, 2020
Python
More expressive relationships for the Django ORM.
Updated
Sep 17, 2020
Python
Simple blog web app made using Django
Updated
Jan 2, 2018
Python
Generate Django models from an XSD schema description (and a bunch of hints)
Updated
Sep 2, 2019
Python
ORM library for Python 3.6+, asyncio. Provides Django ORM like API.
Updated
Jun 13, 2020
Python
🌏 GeoJSON Countries for Graphene Django
Updated
Mar 24, 2018
Python
Adds the method save_if_valid to Model, which calls both full_clean and save.
Updated
Aug 10, 2020
Python
Django ORM for the NoSQL object model database, firebase
Updated
Jul 8, 2020
Python
A debugging and information toolbar for django, designed for lightweight impact so it can be enabled selectively and run in production.
Updated
Aug 26, 2020
HTML
Experimental Pydantic support for Django ORM
Updated
Sep 3, 2020
Python
Easily query, insert, update, delete on an exist table in database.(基于sqlalchemy的通用ORM框架)
Updated
Sep 8, 2019
Python
[READ-ONLY] Subtree split of the django like ORM component
Django's ORM Adapter for PyCasbin
Updated
Jul 1, 2020
Python
The essence of Django ORM
Updated
Feb 23, 2017
Python
Work with hexadecimal, store in binary, using half of the data size.
Updated
Aug 15, 2017
Python
Updated
Jun 1, 2016
Python
E-commerce Web Application written in Django with Payment Integration, Asyncronous task processing using Celery, Flower etc..
Updated
Jul 23, 2019
Python
Supercharge your Django project with aiohttp
Updated
Sep 7, 2019
Python
A set of functions related with Django
Updated
Mar 4, 2020
Python
Developed a webapp using django
Updated
Jan 24, 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.
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.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello everybody,
I stumbled upon the following issue while implementing advanced filtering in the admin views (using advanced-filters):
Polymorphic models can't be filtered, because the
Qobject passed from django-advanced-filters is not interpreted correctly (or theQpassed from django-advanced-filters does not conform to standa