Skip to content

Commit

Permalink
Merge branch '1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyue92tree committed Jan 21, 2020
2 parents 6701060 + 392f55d commit 10793b7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adminlteui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = '1.5.0b0'
version = '1.5.0'
default_app_config = 'adminlteui.apps.AdminlteUIConfig'
2 changes: 1 addition & 1 deletion adminlteui/templates/admin/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n admin_static adminlte_options adminlte_menu %}<!DOCTYPE html>
{% load i18n static adminlte_options adminlte_menu %}<!DOCTYPE html>
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}

{% get_adminlte_settings as adminlte %}
Expand Down
2 changes: 1 addition & 1 deletion adminlteui/templates/admin/login.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n admin_static adminlte_options %}<!DOCTYPE html>
{% load i18n static adminlte_options %}<!DOCTYPE html>
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
Expand Down
2 changes: 1 addition & 1 deletion adminlteui/templates/adminlte/general_option.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'admin/base_site.html' %}
{% load i18n admin_static adminlte_options %}
{% load i18n static adminlte_options %}

{% block extrastyle %}
{{ block.super }}
Expand Down
2 changes: 1 addition & 1 deletion adminlteui/templates/registration/logged_out.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n admin_static adminlte_options %}<!DOCTYPE html>
{% load i18n static adminlte_options %}<!DOCTYPE html>
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
Expand Down
3 changes: 2 additions & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ChangeLog

## [v1.5.0b0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.0b0)
## [v1.5.0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.0)

- fix #12 admin_static is removed in django3
- add adminlte/widgets/select.html && auto active select2 by select id.

## [v1.4.0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.4.0)
Expand Down

0 comments on commit 10793b7

Please sign in to comment.