Original django.contrib.markup from Django 1.4.1.
Project description
This package contains the original django.contrib.markup from Django 1.4.1.
It’s intended as backward-compatible quick fix for your project if you’re upgrading to Django 1.6, which deprecates the app.
For new projects, you may want to use something like Django Markup Field instead.
Installation
This package is also available on PyPI.
$ pip install django-markup-deprecated
Usage
Add 'markup_deprecated' to your INSTALLED_APPS.
The template library is still called markup, so you can still use {% load markup %} in your templates.
Difference from django.contrib.markup
Settings
This package adds an optional DJANGO_MARKUP_IGNORE_WARNINGS setting, that can be used to silence the warnings. Defaults to False.
Support
This package will updated only when (and if) django.contrib.markup will ever change in the Django 1.4.x series. It is only for backward-compatibility purposes and there will be no support nor bugfixes.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-markup-deprecated-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654d9f84578cff184b84965af632ff931fb586d53230b6818b770ea765116a24 |
|
MD5 | 30bc72a637fddc2ac27348e2006dd16b |
|
BLAKE2b-256 | af9c0fbebbbc85b5c27475645d4ee73b14543be8e4e361601daef3809be24d47 |
Hashes for django_markup_deprecated-0.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f24e24bd8c3c4432dfc16696d477b55e31600ab78acb25a9987fae8915db5c8 |
|
MD5 | 3e61e581eecdd9772195fdded3e6ae86 |
|
BLAKE2b-256 | 0be5edcf30899e65663cffc3070ded228e33a50dce6be17f2d389dd59b796876 |