Skip to content

Commit 07dd19f

Browse files
committed
Merge branch 'release/v0.1.1'
2 parents 52ff078 + 8a3c9dd commit 07dd19f

93 files changed

Lines changed: 10 additions & 12388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project are/will be documented in this file.
44

55
## [Unreleased]
66

7+
8+
## [v0.1.1] - 2020-01-12
9+
### Added
10+
- Documentation for Ra Settings
11+
- Removal of unneeded css styles, correcting GitHub linguist
12+
- Added setting `RA_DEFAULT_TO_DATETIME` which defaults to start of current year + 1
13+
14+
715
## [0.0.9] - 2019-12-25
816
### Added
917
- Added changelog, docs/faq

ra/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = 'ra.apps.RaConfig'
22

3-
VERSION = (0, 0, 9)
3+
VERSION = (0, 1, 1)
44

5-
__version__ = '0.0.9'
5+
__version__ = '0.1.1'

ra/admin/templates/adminlte/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
<link href="{{ STATIC_URL }}ra/css/animate.min.css" rel="stylesheet"
3535
type="text/css">
36-
<link rel="stylesheet" href="{{ STATIC_URL }}ra/css/ra_foreignkey_widget.css"/>
3736
<link rel="stylesheet" href="{{ STATIC_URL }}ra/plugins/datatables/datatables.css"/>
3837
<link rel="stylesheet"
3938
href="{{ STATIC_URL }}ra/plugins/datatables/DataTables-1.10.20/css/dataTables.bootstrap4.css"/>

0 commit comments

Comments
 (0)