Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Any-JS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
Django Any-JS
Merge requests
!2
Update meta information
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update meta information
update-meta
into
master
Overview
10
Commits
3
Pipelines
0
Changes
5
Merged
Jonathan Weth
requested to merge
update-meta
into
master
4 years ago
Overview
10
Commits
3
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
version 1
f0a8672c
4 years ago
master (base)
and
latest version
latest version
1f4984aa
3 commits,
4 years ago
version 1
f0a8672c
3 commits,
4 years ago
5 files
+
89
−
45
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
CHANGELOG.rst
0 → 100644
+
45
−
0
Options
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 1.1
### Added
- Add changelog
### Changed
- Use poetry as packaging system and replace ``setup.py`` with ``pyproject.toml``.
### Removed
- Remove support for Django versions below 2.2.
## 1.0.3.post1
### Changed
- Relicence under Apache License 2.0.
- Move repository to AlekSIS group on edugit.org.
## 1.0.3.post0
### Fixed
- Add missing instructions in README.rst.
## 1.0.3
### Fixed
- Replace ``Context`` objects with plain dictionaries in template tag code.
## 1.0.2
### Fixed
- Include template tags in package distribution.
- Fix dictionary lookup in template tags.
## 1.0
### Added
- Add template tags to readably include JavaScript/CSS files in templates.
Loading