Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-cas
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-cas
Commits
e9c531b0
Commit
e9c531b0
authored
Sep 19, 2008
by
Brodie Rao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version and changelog
parent
339f9080
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
NEWS.txt
+4
-0
setup.py
+2
-2
No files found.
NEWS.txt
View file @
e9c531b0
= Release Notes =
== Version 2.0.2 ==
* Added support for Django 1.0.
== Version 2.0.1 ==
* Fixed normal redirects incorrectly being caught by `@user_passes_test`
...
...
setup.py
View file @
e9c531b0
...
...
@@ -19,7 +19,7 @@ setup(
'Topic :: Internet :: WWW/HTTP'
,
],
description
=
'CAS 1.0/2.0 authentication backend for Django'
,
download_url
=
'http://django-cas.googlecode.com/files/django_cas-2.0.
1
.zip'
,
download_url
=
'http://django-cas.googlecode.com/files/django_cas-2.0.
2
.zip'
,
keywords
=
'django cas cas2 authentication middleware backend'
,
license
=
'MIT'
,
long_description
=
"""
...
...
@@ -37,5 +37,5 @@ to the admin interface.
name
=
'django_cas'
,
packages
=
[
'django_cas'
],
url
=
'http://code.google.com/p/django-cas/'
,
version
=
'2.0.
1
'
,
version
=
'2.0.
2
'
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment