Skip to content

Commit ee64296

Browse files
author
David Farrington
committed
Bump version to 2.4.2
1 parent 02cd896 commit ee64296

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ defaults to `True`
288288
Add a template for your model on your main template directory,
289289
e.g [app/templates/admin/app_name/model_name/submit_line.html](https://github.com/farridav/django-jazzmin/tree/master/tests/test_app/library/books/templates/admin/loans/bookloan/submit_line.html)
290290

291-
```html
292-
{% extends "admin/submit_line.html" %}
291+
```djangotemplate
292+
{# extends "admin/submit_line.html" #}
293293
294294
{% block extra-actions %}
295295

jazzmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "2.4.1"
1+
version = "2.4.2"
22
default_app_config = "jazzmin.apps.JazzminConfig"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-jazzmin"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy"
55
license = "MIT"
66
authors = ["Shipit <[email protected]>"]

0 commit comments

Comments
 (0)