forked from py-moneyed/py-moneyed
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates fork #4
Open
novalic
wants to merge
166
commits into
mozioinc:master
Choose a base branch
from
py-moneyed:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
updates fork #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CZK currency uses suffix, not prefix.
If current locale has no sign definition for a currency, fall back to using the DEFAULT locale to try to get the sign definition.
Tests were failing due to `pl_PL` now reverting to `DEFAULT` due to not having a sign definition set for USD.
Fixes Travis-CI failing on testing py2.6, 3.2, 3.3, pypy. Also adds testing for py3.6.
Fix Travis failing on tests, and add 3.6 testing.
Add Norwegian localization
Fix space placement in sv_SE prefix for SEK
Add python 2 division info at README.md
Use default locale to get sign if none set for current locale
Add en_GB notation for € amounts
Adds support for calling ``money.round()`` on Money instances. The implementation uses Decimal.quantize under the hood to ensure stable selection of rounding mode, and allows the user to select their preferred mode by wrapping the call in a decimal context suiting their needs.
Add Money.round([ndigits]) method
Remove the duplicated "San Marino"
Ordered by most likely to fail, code-changing hooks first, and most importantly: putting "check-manifest" last, since that takes ~10 seconds to run.
- Adds new currencies VED and SLE. - Bump pre-commit hooks to fix black which was failing with this issue: psf/black#2964
The current example throws `NameError: name 'USD' is not defined`, looks like it needs quotes.
Update to use latest versions of GH actions, including setup-python which now supports pip caching out of the box.
Python 3.7 is EOL.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.