Django Admin Bootstrap Versions Save

Responsive Theme for Django Admin With Sidebar Menu

0.4.4

3 years ago

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

0.4.3

5 years ago

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

5 years ago

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

5 years ago

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.

0.4.0

5 years ago

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

0.3.9

6 years ago

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 4b31f1ddce29b2ad2d1cb38bc53c7d0a422b8f55.

0.3.8

6 years ago

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

0.3.7.1

7 years ago
  • Fix template tag on Django 1.8.

0.3.6

7 years ago
  • Django 1.8 Compatibility #80
  • Fix .place-info-actions height

0.3.1

7 years ago
  • 0.3.1 Nov 17, 2014
  • Completely new interface
  • Sidebar menu with apps
  • Support Django 1.7.*
  • Bootstrap 3
  • Better dashboard =]