-
Notifications
You must be signed in to change notification settings - Fork 3
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
Removes django admin #8
base: master
Are you sure you want to change the base?
Conversation
@@ -1,17 +1,17 @@ | |||
# -*- coding: utf-8 -*- | |||
from pyboleto.data import BoletoData, custom_property | |||
from pyboleto.data import BoletoData, CustomProperty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não lembro muito bem como estão os testes, mas será que não vale fazer um que quebrasse antes de fazer o fix?
Nem sabia que esse projeto tem django_admin, pois nunca precisamos. Mas daí eu fiquei na dúvida se existe a chance de alguém precisar dele no futuro. 🤔 |
Obrigado pela contribuição! 🎉 ❤️ |
Acho que se não está sendo usado é melhor remover. ❤️ |
Removes basestring to support python3 See merge request luizalabs/pyboleto!7
Fix expected xml tests See merge request luizalabs/pyboleto!9
Add gitlab ci See merge request luizalabs/pyboleto!11
Add pypi dependencies See merge request luizalabs/pyboleto!12
c478143
to
8dc4340
Compare
8dc4340
to
8b6704d
Compare
custom_property
toCustomProperty
in sicred module