You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-django-pyscss-2.0.2-21.lbn36.noarch
A collection of tools for making it easier to use pyScss within Django. This package provides Python 3 build of django-pyscss.
RPMPackage python3-django-prometheus-2.4.1-1.lbn36.noarch
Django middlewares to monitor your application with Prometheus.io. Python 3 version.
RPMPackage python3-django-pipeline-1.6.8-19.lbn36.noarch
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. This package provides Python 3 build of django-pipeline.
RPMPackage python3-django-picklefield-3.1.0-1.lbn36.noarch
django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. The implementation is taken and adopted from Django snippet #1694 by Taavi Taijala, which is in turn based on Django snippet #513 by Oliver Beattie.
RPMPackage python3-django-pglocks-1.0.4-5.lbn36.noarch
Context managers for advisory locks for PostgreSQL. Python 3 version.
RPMPackage python3-django-pdb-0.6.2-2.lbn36.noarch
Adding pdb.set_trace() to your source files every time you want to break into pdb sucks. Don’t do that. Do this.
RPMPackage python3-django-mptt-0.16.0-1.lbn36.noarch
This project is currently unmaintained Alternatives to django-mptt include: django-treebeard includes a MPTT implementation (called a nested set), but the state of maintenance is unclear. Maybe you do not need MPTT, especially when using newer databases. See django-tree-queries for an implementation using recursive Common Table Expressions (CTE). See the announcement blog post. django-mptt Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. Project home: https:/github.com/django-mptt/django-mptt/ Documentation: https:/django-mptt.readthedocs.io/ Discussion group: https:/groups.google.com/forum/#!forum/django-mptt-dev What is Modified Preorder Tree Traversal? MPTT is a technique for storing hierarchical data in a database. The aim is to make retrieval operations very efficient. The trade-off for this efficiency is that performing inserts and moving items around the tree are more involved, as there’s some ex
RPMPackage python3-django-markdownx-3.0.1-8.lbn36.noarch
Django MarkdownX is a comprehensive Markdown plugin built for Django, the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core.
RPMPackage python3-django-mailman3-1.3.7-2.fc36.noarch
This package contains libraries and templates for Django-based interfaces interacting with Mailman. To use this application, add django_mailman3 to the INSTALLED_APPS list in your Django server’s settings file.
RPMPackage python3-django-macros-0.4.0-21.fc36.noarch
Macros accepting positional and keyword arguments, and repeated block tags in the django template system. Sometimes include tags just do not get the job done. Either you have repeated code that you want to keep all in the same single template, or your code needs to dynamically generate and substitute in certain values, in a way that the include syntax inhibits. Whatever the case, if you are finding that the built in include tag just is not working for your use case, then perhaps django-macros is for you.
RPMPackage python3-django-js-asset-1.2.2-8.lbn36.noarch
Script tag with additional attributes for django.forms.Media. Python 3 version.
RPMPackage python3-django-ipware-4.0.2-1.fc36.noarch
A Django application to retrieve client's IP address.
RPMPackage python3-django-health-check-3.16.5-1.fc36.noarch
A Django application that provides health check capabilities. Many of these checks involve connecting to back-end services and ensuring basic operations are successful.
RPMPackage python3-django-haystack-3.3.0-1.lbn36.noarch
Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports advanced features like faceting, More Like This, highlighting, spatial search and spelling suggestions. You can find more information at http://haystacksearch.org/. This package provides Python 3 build of django-haystack.
RPMPackage python3-django-gravatar2-1.4.4-2.lbn36.noarch
A lightweight django-gravatar app. Includes helper methods for interacting with gravatars outside of template code. Features: - Helper methods for constructing a gravatar url and checking an email for an existing gravatar - Templatetags for generating a gravatar url or gravatar <img> tag. - Full test suite
RPMPackage python3-django-graphiql-debug-toolbar-0.2.0-1.lbn36.noarch
Django GraphiQL Debug Toolbar[![Tests]( [![Coverage]( [![Codacy]( [![Package version](
RPMPackage python3-django-formtools-2.2-5.lbn36.noarch
Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms.
RPMPackage python3-django-filter-25.1-1.lbn36.noarch
Django-filter is a reusable Django application allowing users to declaratively add dynamic QuerySet filtering from URL parameters. Full documentation on read the docs. Versioning and stability policy Django-Filter is a mature and stable package. It uses a two-part CalVer versioning scheme, such as 21.1. The first number is the year. The second is the release number within that year. On an on-going basis, Django-Filter aims to support all current Django versions, the matching current Python versions, and the latest version of Django REST Framework. Please see: Status of supported Python versions List of supported Django versions Support for Python and Django versions will be dropped when they reach end-of-life. Support for Python versions will be dropped when they reach end-of-life, even when still supported by a current version of Django. Other breaking changes are rare. Where required, every effort will be made to apply a “Year plus two” deprecation period. For example, a change i
RPMPackage python3-django-extensions-4.1-1.lbn36.noarch
Django Extensions is a collection of custom extensions for the Django Framework.
RPMPackage python3-django-email-url-1.0.1-6.lbn36.noarch
This utility allows to utilize the 12factor inspired environments variable to configure the email backend in a Django application.