Skip to content

Commit 10793b7

Browse files
committed
Merge branch '1.5.0'
2 parents 6701060 + 392f55d commit 10793b7

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

adminlteui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '1.5.0b0'
1+
version = '1.5.0'
22
default_app_config = 'adminlteui.apps.AdminlteUIConfig'

adminlteui/templates/admin/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load i18n admin_static adminlte_options adminlte_menu %}<!DOCTYPE html>
1+
{% load i18n static adminlte_options adminlte_menu %}<!DOCTYPE html>
22
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33

44
{% get_adminlte_settings as adminlte %}

adminlteui/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load i18n admin_static adminlte_options %}<!DOCTYPE html>
1+
{% load i18n static adminlte_options %}<!DOCTYPE html>
22
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33
<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
44
<head>

adminlteui/templates/adminlte/general_option.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends 'admin/base_site.html' %}
2-
{% load i18n admin_static adminlte_options %}
2+
{% load i18n static adminlte_options %}
33

44
{% block extrastyle %}
55
{{ block.super }}

adminlteui/templates/registration/logged_out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load i18n admin_static adminlte_options %}<!DOCTYPE html>
1+
{% load i18n static adminlte_options %}<!DOCTYPE html>
22
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
33
<html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
44
<head>

docs/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ChangeLog
22

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

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

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

0 commit comments

Comments
 (0)