-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5990f8
commit ce8c971
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule TaxHub
updated
16 files
+1 −1 | VERSION | |
+90 −0 | apptax/migrations/versions/3c4762751898_taxref_tree_v2.py | |
+0 −77 | apptax/migrations/versions/83d7105edb76_taxref_tree.py | |
+25 −0 | apptax/migrations/versions/83d7105edb76_taxref_tree_v1.py | |
+15 −4 | apptax/taxonomie/models.py | |
+23 −14 | apptax/taxonomie/routesbiblistes.py | |
+10 −2 | apptax/taxonomie/routestaxref.py | |
+15 −2 | apptax/taxonomie/routestmedias.py | |
+8 −1 | apptax/tests/fixtures.py | |
+10 −12 | apptax/tests/test_biblistes.py | |
+16 −0 | apptax/tests/test_media.py | |
+24 −0 | apptax/tests/test_taxref.py | |
+10 −0 | docs/changelog.md | |
+17 −1 | docs/developpement.md | |
+1 −1 | requirements-common.in | |
+30 −28 | requirements.txt |