This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
Releases: arteria/django-compat
Releases · arteria/django-compat
1.0.15
1.0.14
- Added Support for Django 1.11
- Reworked tox and travis environments
1.0.13
1.0.12
1.0.11
- Backport new
render_to_string
function signature to Django < 1.8 - Backport
verbatim
tag to Django 1.4 - Add
get_template_loaders
- Add
close_connection
- Improve
JsonResponse
backport to Django 1.4 - Add tests for
import_module
,get_model
andadd_to_builtins
- Anticipate renaming of django.core.urlresolvers to django.urls in 1.10
- Avoid warnings in setup.py
1.0.10
1.0.9
1.0.8
- Django 1.9 compatibility with the following changes:
add_to_builtins
was removed for Django 1.9, still available for Django < 1.9GenericForeignKey
was moved tocompat.models
for Django 1.9, can still be imported fromcompat
for Django < 1.9{% load url from compat %}
was added
- Added a systematic feature overview in
docs/compatibility.py
, which is also displayed in the README get_model
1.0.7
1.0.6
- added support for
Manager.get_query(_)set
- added support for
(set_)autocommit
- added tests for (set_)autocommit