FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lookup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Information Services
DevOps
Django Libraries
Lookup
Commits
0dcaa935
Commit
0dcaa935
authored
5 years ago
by
msb
Browse files
Options
Downloads
Patches
Plain Diff
Updated the CHANGELOG and version.
parent
312739cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
Upgrade to use select2 version 4.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+9
-0
9 additions, 0 deletions
CHANGELOG
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
1 deletion
CHANGELOG
+
9
−
0
View file @
0dcaa935
django-ucamlookup changelog
=============================
3.0.0 - 23/04/2019
------------------
- Refactored library to use select2 version 4.0.6-rc.1 for it's user/group selection control. This
is a **breaking change** as this version of select2 requires that the control's tag be a
`<select>` instead of an `<input>`. The `group_list`/`user_list` parameters have been deprecated
in favour of using the `<option>` tag (example in `README.md`). Also `validate_crsids()` has been
deprecated in favour of `validate_crsid_list()` and `validate_groupid_list()` has been added.
2.0.0 - 12/03/2019
------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
0dcaa935
...
...
@@ -7,7 +7,7 @@ setup(
long_description
=
open
(
'
README.md
'
).
read
(),
long_description_content_type
=
'
text/markdown
'
,
url
=
'
https://gitlab.developers.cam.ac.uk/uis/devops/django/ucamlookup
'
,
version
=
'
2
.0.0
'
,
version
=
'
3
.0.0
'
,
license
=
'
MIT
'
,
author
=
'
DevOps Division, University Information Services, University of Cambridge
'
,
author_email
=
'
devops@uis.cam.ac.uk
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment