Skip to content

Commit 6e9fd52

Browse files
committed
Make settings attributes overridable (PR #68)
1 parent fda3674 commit 6e9fd52

File tree

14 files changed

+26
-23
lines changed

14 files changed

+26
-23
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ martor |pypi version|
1111
.. image:: https://img.shields.io/pypi/pyversions/martor.svg
1212
:target: https://pypi.python.org/pypi/martor
1313

14-
.. image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10,%201.11,%202.0,%202.1-green.svg
14+
.. image:: https://img.shields.io/badge/Django-1.8%20%3E=%202.2-green.svg
1515
:target: https://www.djangoproject.com
1616

1717
.. image:: https://travis-ci.org/agusmakmun/django-markdown-editor.svg?branch=master

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.4.0'
3+
__VERSION__ = '1.4.1'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'
0 Bytes
Binary file not shown.

martor/locale/en/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-09-18 07:30+0700\n"
11+
"POT-Creation-Date: 2019-06-30 05:47+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
0 Bytes
Binary file not shown.

martor/locale/id/LC_MESSAGES/django.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-09-18 07:19+0700\n"
11+
"POT-Creation-Date: 2019-06-30 05:48+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -138,7 +138,9 @@ msgstr "Permintaan tidak valid"
138138
#: views.py:75
139139
#, python-format
140140
msgid "No users registered as `%(username)s` or user is unactived."
141-
msgstr "Tidak ada pengguna terdaftar sebagai `%(username)s` atau pengguna telah nonaktif."
141+
msgstr ""
142+
"Tidak ada pengguna terdaftar sebagai `%(username)s` atau pengguna telah "
143+
"nonaktif."
142144

143145
#: views.py:81
144146
msgid "Validation Failed for field `username`"

martor/static/martor/css/martor-admin.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.4.0
2+
* Name : Martor v1.4.1
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 02-Mar-2019
4+
* Release date : 30-Jun-2019
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)