Skip to content

Releases: arteria/django-compat

1.0.15

04 Dec 09:16
597bd81
Compare
Choose a tag to compare
  • Django 2.0 compatibility

1.0.14

11 Apr 14:39
Compare
Choose a tag to compare
  • Added Support for Django 1.11
  • Reworked tox and travis environments

1.0.13

02 Aug 12:37
Compare
Choose a tag to compare
  • Update existing patches for Django 1.10

1.0.12

01 Jun 07:23
Compare
Choose a tag to compare
  • Add get_current_site and admin_utils

1.0.11

11 May 09:03
Compare
Choose a tag to compare
  • 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 and add_to_builtins
  • Anticipate renaming of django.core.urlresolvers to django.urls in 1.10
  • Avoid warnings in setup.py

1.0.10

21 Mar 08:27
Compare
Choose a tag to compare
  • Python <= 3.x compatibility

1.0.9

22 Feb 09:52
Compare
Choose a tag to compare
  • Fix error when installing package under python 3.4

1.0.8

16 Nov 10:58
Compare
Choose a tag to compare
  • Django 1.9 compatibility with the following changes:
    • add_to_builtins was removed for Django 1.9, still available for Django < 1.9
    • GenericForeignKey was moved to compat.models for Django 1.9, can still be imported from compat 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

17 Aug 09:43
Compare
Choose a tag to compare
  • Removed get_queryset <> get_query_set see, #29 because monkey patching does not fix the issue
  • Added add_to_builtins support.
  • Optimised Travis tests
  • Universal wheel support
  • Added tox configuration
  • Added commit and rollback in atomic block
  • dropped support for django 1.5

1.0.6

04 May 14:14
Compare
Choose a tag to compare
  • added support for Manager.get_query(_)set
  • added support for (set_)autocommit
  • added tests for (set_)autocommit