mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
update links (#275)
This commit is contained in:
parent
0e0572cf70
commit
ac070dba28
6 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Check http://editorconfig.org for more information
|
# Check https://editorconfig.org for more information
|
||||||
# This is the main config file for this project:
|
# This is the main config file for this project:
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ We use GitHub issues to track public bugs. Report a bug by opening a new issue.
|
||||||
|
|
||||||
### Use a consistent coding style
|
### Use a consistent coding style
|
||||||
|
|
||||||
We use [Black](https://github.com/psf/black) and (working towards) [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) for code and [Google-style](http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) reStructuredText for doc-strings.
|
We use [Black](https://github.com/psf/black) and (working towards) [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) for code and [Google-style](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) reStructuredText for doc-strings.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
This software is derived from Django EAV (https://github.com/mvpdev/django-eav)
|
This software is derived from Django EAV (https://github.com/mvpdev/django-eav)
|
||||||
which, in turn, was derived from EAV Django, originally written and copyrighted
|
which, in turn, was derived from EAV Django, originally written and copyrighted
|
||||||
by Andrey Mikhaylenko <http://pypi.python.org/pypi/eav-django>.
|
by Andrey Mikhaylenko <https://pypi.org/project/eav-django/>.
|
||||||
|
|
||||||
This is free software: you can redistribute it and/or modify
|
This is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published
|
it under the terms of the GNU Lesser General Public License as published
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Sphinx documentation generator configuration.
|
# Sphinx documentation generator configuration.
|
||||||
#
|
#
|
||||||
# More information on the configuration options is available at:
|
# More information on the configuration options is available at:
|
||||||
# http://www.sphinx-doc.org/en/master/usage/configuration.html
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ This module contains a validator for each :class:`~eav.models.Attribute` datatyp
|
||||||
|
|
||||||
A validator is a callable that takes a value and raises a ``ValidationError``
|
A validator is a callable that takes a value and raises a ``ValidationError``
|
||||||
if it doesn't meet some criteria (see `Django validators
|
if it doesn't meet some criteria (see `Django validators
|
||||||
<http://docs.djangoproject.com/en/dev/ref/validators/>`_).
|
<https://docs.djangoproject.com/en/dev/ref/validators/>`_).
|
||||||
|
|
||||||
These validators are called by the
|
These validators are called by the
|
||||||
:meth:`~eav.models.Attribute.validate_value` method in the
|
:meth:`~eav.models.Attribute.validate_value` method in the
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ exclude_lines =
|
||||||
|
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
# mypy configurations: http://bit.ly/2zEl9WI
|
# mypy configurations: https://bit.ly/2zEl9WI
|
||||||
|
|
||||||
allow_redefinition = False
|
allow_redefinition = False
|
||||||
check_untyped_defs = True
|
check_untyped_defs = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue