Skip to content

1.0.8

Compare
Choose a tag to compare
@jvamvas jvamvas released this 16 Nov 10:58
· 67 commits to master since this release
  • 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