Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.5
====================
* Remove coverage

0.4.4 (2025-03-20)
====================
* Update storage settings to use Django's new STORAGES dictionary.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The following libraries are used in some way, so they'll need to be installed:

* django-cas-ng
* django-debug-toolbar
* coverage
* django-smoketest
* django-extensions
* django-statsd-mozilla
Expand All @@ -45,7 +44,6 @@ In your `settings_shared.py` you will want to do something like:

locals().update(common(project=project, base=base))

# which apps should jenkins include in coverage reports?
PROJECT_APPS = [
'yourapp.main',
]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
install_requires=[
'django-cas-ng',
'django-debug-toolbar',
'coverage',
'django-smoketest',
'django-extensions',
'django-statsd-mozilla',
Expand Down