Skip to main content

Django app to provide classes quick pk only lookups

Project description

================== django-model-ident

.. image:: https://badge.fury.io/py/django-model-ident.png :target: https://badge.fury.io/py/django-model-ident

.. image:: https://travis-ci.org/ckirby/django-model-ident.png?branch=master :target: https://travis-ci.org/ckirby/django-model-ident

.. image:: https://coveralls.io/repos/ckirby/django-model-ident/badge.png?branch=master :target: https://coveralls.io/r/ckirby/django-model-ident?branch=master

django-model-ident provides a quick lookup for django models by pk only. Instead of writing ModelName.objects.get(pk=pk) write ModelName.ident_(pk)

Project

The project can be found at https://github.com/ckirby/django-model-ident

Requirements

  • Django 1.11+
  • Python 3.4+

Usage

Add 'model-ident' to your INSTALLED_APPS

How Does It Work

ON ready() django-model-ident monkey patches all the models found in your INSTALLED_APPS with the method ident_(pk). This calls ._base_manager.get(pk=pk). We use _base_manager so as not to get confused by changes in ModelManagers.

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-model-ident-0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

django_model_ident-0.2-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page