Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Django 1.11 support!

Compare
Choose a tag to compare
@douglasmiranda douglasmiranda released this 01 Dec 04:53
· 66 commits to master since this release
94c4a6e

So, after a hiatus I'm back releasing this package with Django 1.11 support.

I no longer support older versions of Django, we need to move forward and Django 1.11 it's the new LTS, folks using Django 1.18 need to upgrade. April, 2018 ends support for 1.8.

I hope you like the improvements:

  • Now supporting Django 1.11 (end support for older versions)
  • Ability to specify custom classes for admin inline fields
  • Removing (almost all) javascript code from templates
  • Using CDN for bootstrap files
  • Fix widgets not rendering correctly:
    • related lookup, add and change links
    • split datetime
    • raw id fields
    • file field
    • url field
  • Now sidebar menu is enabled by default