mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-23 19:55:50 +00:00
Defined the variable `is_post_10` to establish the version, making the backward compatibility methods easier to read. The variable is a `bool`, and is `True` if Django is 1.11+. The variable facilitates the handling of the `renderer` method which was deprecated in Django 1.11, and further allows for the usage of alternative templates. |
||
|---|---|---|
| .. | ||
| locale | ||
| static/markdownx | ||
| templates/markdownx | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| exceptions.py | ||
| fields.py | ||
| forms.py | ||
| models.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||
| widgets.py | ||