Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Jan 12, 2020
2 parents 52ff078 + 8a3c9dd commit 07dd19f
Show file tree
Hide file tree
Showing 93 changed files with 10 additions and 12,388 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project are/will be documented in this file.

## [Unreleased]


## [v0.1.1] - 2020-01-12
### Added
- Documentation for Ra Settings
- Removal of unneeded css styles, correcting GitHub linguist
- Added setting `RA_DEFAULT_TO_DATETIME` which defaults to start of current year + 1


## [0.0.9] - 2019-12-25
### Added
- Added changelog, docs/faq
Expand Down
4 changes: 2 additions & 2 deletions ra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = 'ra.apps.RaConfig'

VERSION = (0, 0, 9)
VERSION = (0, 1, 1)

__version__ = '0.0.9'
__version__ = '0.1.1'
1 change: 0 additions & 1 deletion ra/admin/templates/adminlte/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

<link href="{{ STATIC_URL }}ra/css/animate.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="{{ STATIC_URL }}ra/css/ra_foreignkey_widget.css"/>
<link rel="stylesheet" href="{{ STATIC_URL }}ra/plugins/datatables/datatables.css"/>
<link rel="stylesheet"
href="{{ STATIC_URL }}ra/plugins/datatables/DataTables-1.10.20/css/dataTables.bootstrap4.css"/>
Expand Down
Loading

0 comments on commit 07dd19f

Please sign in to comment.