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

Releases: douglasmiranda/django-admin-bootstrap

0.4.4 - Django 3 compatibility improved!

03 Jun 21:52
00f9e76
Compare
Choose a tag to compare

Thanks to @ortegoncarlos, @Nefonfo, @nodarai and @eghlima for bringing this issue to my attention on #151. 👍

0.4.3 - For a better world

03 Apr 03:26
08043fa
Compare
Choose a tag to compare

We adopted a CODE OF CONDUCT. xD

We're using Bootstrap 3, we'll start to work on a Bootstrap upgrade.

And I'm more excited about this!!!

Changes for this release:

  • Change "Recent Actions" to "Apps" on the apps table
  • Fix string not being able to translate because of title-case
  • Instead of "My Actions" show the name/username of the current user
  • Avoiding the overflow of links in forms; Not applying to .main a anymore because it can touch in links you don't want break-all

0.4.2 - Lareau

17 Mar 20:15
62d2943
Compare
Choose a tag to compare

Thanks, @dlareau for #139 xD

Some improvements are:

  • Using context var app_list from Django Admin and not from our custom template tag.
  • Custom template tag and custom template for sidebar removed, it's more simple now.
  • available_apps now provides us a way to render the app list everywhere on Django Admin.

For more: #54 #140 #141

0.4.1 - Lierop

04 Mar 22:16
9370ae0
Compare
Choose a tag to compare

Some improvements:

  • Fix sidebar menu too small in some screens #129
  • Sidebar Filters are now collapsable #133
  • Fix misaligned icons for related field
  • Fix style of autocomplete widget
  • Fix errors not highlighted for multiple fields per line
  • Fix misaligned Checkboxes
  • Small CSS fixes

Big thanks to R.J. van Lierop for making django-admin-bootstrap better!

I've been testing on Django 2.2 Beta, it looks like we're going to be just fine, no big changes so far.

If you find any issues with Django 2.2 Beta, please tell me.

Paulino & Mackenzie

31 Aug 21:34
93ce633
Compare
Choose a tag to compare

Why Paulino & Mackenzie?

Open source it's not an easy endeavor, most of the time contributors don't receive the appreciation they deserve, so I'll be dedicating every release of my projects to a contributor that made a PR in that release or someone from past releases. It's a small gesture, I intend to do more, but I feel it's a good start.

So thanks @gilsonbp and @cmackenziek for your contributions.

In this release we have:

  • Better (readme) docs
  • A better way to handle branding of the dashboard
  • Some other additional info
  • New MIT licensing

Django 2.0 Support!!!

29 Jan 01:06
a8fe25a
Compare
Choose a tag to compare

Now with Django 2.0 support #112.

Note I'm only officially supporting 1.11 and 2.0. It's hard to support many versions.

Need more contributors. =/

There was a problem with StackedInline #116, but it's fixed now 4b31f1d.

Django 1.11 support!

01 Dec 04:53
94c4a6e
Compare
Choose a tag to compare

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

Important Release for Django 1.8 users.

06 Sep 07:13
Compare
Choose a tag to compare
  • Fix template tag on Django 1.8.

0.3.7 - Now with Django 1.10 compatibility =D

04 Sep 07:43
Compare
Choose a tag to compare

0.3.7 Sep 4, 2016

  • Better compatibility with latest Django
  • Python 3 fix #86
  • Upgrade to Bootstrap v3.3.7
  • Fix some minor bugs

I want to thank all these awesome people:

0.3.6

04 Sep 07:46
Compare
Choose a tag to compare
  • Django 1.8 Compatibility #80
  • Fix .place-info-actions height